我有一个ViewGroup
(特别是LinearLayout
)我想点击它,并且有正常的点击操作/动画(例如,点击时背景颜色会稍微改变一下( pre-Lollipop)并有波纹动画(Lollipop)。
我有一个onClickListener设置,并将clickEnabled设置为true,但我仍然没有动画。
我怎么能得到这个?
谢谢!
答案 0 :(得分:2)
以?android:attr/selectableItemBackground
为背景,支持默认点击动画。
您可以在xml中使用它:
android:background="?attr/selectableItemBackground"