Ripple effect for lollipop views

前端 未结 4 378
有刺的猬
有刺的猬 2021-02-01 19:28

I have been developing an app for Lollipop (API 21).

When I change the Button color to something, the ripple effect doesn\'t works.

I found some t

4条回答
  •  感情败类
    2021-02-01 20:24

    Try this attribute

    android:background="?attr/selectableItemBackground"
    

    This is the simplest way to show ripple effect in your view/layout.

提交回复
热议问题