android - the child has also got selected while pressing parent in listview? -


enter image description here

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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -