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

后端 未结 12 2194
一个人的身影
一个人的身影 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:32

    Another attribute with round ripple effect, specially for action bar:

    android:background="?actionBarItemBackground"
    

    UPD: Ripple color can be changed by this attribute:

    
    your_color_here
    

    But keep in mind, this attribute applies to all default ripple effects.

提交回复
热议问题