Android L's Ripple Effect - Touch Feedback for Buttons - Using XML

前端 未结 7 1623
青春惊慌失措
青春惊慌失措 2020-11-27 11:13

I am trying to understand how to implement the \"Ripple Effect - Touch Feedback\" for buttons and other views. I looked at the questions related to Ripple touch effect on SO

7条回答
  •  感情败类
    2020-11-27 11:58

    You can add clickable as true and background or foreround as ?attr/selectableItemBackground attributes to the view:

    If in case your view already has a background filled with something, you could fill your foreground with selectableItemBackground

提交回复
热议问题