Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On click of the Custom gridview elements the listner is not responding #1

Closed
tanka opened this issue Dec 10, 2014 · 1 comment
Closed

Comments

@tanka
Copy link

tanka commented Dec 10, 2014

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>
@yogeshmadaan100
Copy link
Contributor

@javatechig Please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants