Closed
Description
solition
the focus is taken by the linear Layout of the row_gird.xml
so change it as below. it will work.
<ImageView
android:id="@+id/image"
android:layout_width="100dp"
android:layout_height="100dp" >
</ImageView>
<TextView
android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:gravity="center"
android:textSize="12sp" >
</TextView>
Metadata
Metadata
Assignees
Labels
No labels