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
You have to change src to background
src
background
or
ImageButton to ImageView and alse write android:clickable="true"in ImageView attributes.
ImageButton
ImageView
android:clickable="true"