How to make a circular ripple on a button when it's being clicked?

后端 未结 12 2096
一个人的身影
一个人的身影 2021-01-29 18:59

Background

On the dialer app of Android, when you start searching for something, and you click the arrow button on the left of the EditText, you get a circular ripple

12条回答
  •  清歌不尽
    2021-01-29 19:12

    If you are using AppCompat theme, then you could set the background of the view as:

    android:background="?selectableItemBackgroundBorderless"
    

    This will add circular ripple on 21 and above and square background on below 21.

提交回复
热议问题