how to make an imageview clickable in an listview

后端 未结 6 939
一整个雨季
一整个雨季 2020-12-18 11:44

Hi i have created a basic listview and added a textview and imageview in it.



        
6条回答
  •  借酒劲吻你
    2020-12-18 12:06

    To make an ImageView clickable you can set the property android:clickable="true" in your ImageView .xml

提交回复
热议问题