长期改变项目背景

时间:2017-04-02 09:28:43

标签: android

我想改变Long Press上Card View的背景,我访问了很多论坛,但没有人给出正确答案。

那么,如何更改list / card / recycler视图的背景就像长按导航视图项一样?

2 个答案:

答案 0 :(得分:2)

我想,你正试图在CardView上实现涟漪效应。为此,请将以下属性添加到xml中的CardView:

android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"

希望这会有所帮助。 Source

答案 1 :(得分:0)

如果您使用20。您必须在$elemMatch的{​​{1}}上使用RecyleView个活动。就像 -

onLongClickListener()

如果您使用Adapter,则可以通过 -

进行操作
RecyleView