android - the child has also got selected while pressing parent in listview? -
when press list ,the imageview has got selected ..
for imageview
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/btn_default_pressed_holo_light" /> < <item android:drawable="@android:color/transparent" /> </selector>
Comments
Post a Comment