Android gallery with caption
I have been following the gallery example here: http://developer.android.com/resources/tutorials/views/hello-gallery.html and adding a text to show up under the image from here: http://mytelcoit.com/2010/02/programming-android-create-icon-with-text-using-gridview-and-layout-inflater/ However, I am getting this error from LogCat 06-22 17:21:02.193: ERROR/AndroidRuntime(1444): FATAL EXCEPTION: main 06-22 17:21:02.193: ERROR/AndroidRuntime(1444): java.lang.ClassCastException: android.widget.Gallery$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutParams 06-22 17:21:02.193: ERROR