Hi,
Can someone let me know how to add RelativeLayout
or listview
inside GalleryView
. I have tried by returning listview
or RelativeLayout
from the adapter of Gallery but it gives ClassCastException java.lang.ClassCastException: android.widget.RelativeLayout$LayoutParams.
Can someone let me know how to go about it?