selector not working with layout and image view

前端 未结 5 1729
你的背包
你的背包 2021-02-01 07:10

I want to use selector for a layout and image view..But it is not working for me. When I changed image view to imagebutton or button, it works fine. Any help will be greatly app

5条回答
  •  悲哀的现实
    2021-02-01 07:24

    You have to change src to background

    or

    ImageButton to ImageView and alse write android:clickable="true"in ImageView attributes.

提交回复
热议问题