Android ripple background color

后端 未结 5 2210
清歌不尽
清歌不尽 2020-12-13 12:38

I am using a ripple effect on my navigation drawer. I have set it like this and applied it to my ListView:



        
5条回答
  •  情歌与酒
    2020-12-13 13:30

    add these two line of code inside of your view to give ripple effect .

    android:clickable="true"
    android:background="?attr/selectableItemBackground"
    

提交回复
热议问题