i have textview
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dip"
android:drawableTop="@drawable/new" />
and i want on activity jave to know which image has set on drawableTop, how ?
Use
Also if you want to compare two drawable.