If you have a text image + image as follows:
<TextView android:id="@+id/textView4" android:layout_width="0dp" android:layout_height="wrap_content" android:drawableRight="@drawable/calendar" />
How can you get an ImageView link from a textview link in java code? I want to set a click event for an image, not text.
Somebody knows?
Thanks.
omega source share