最佳答案
我试图添加涟漪效应回收视图的项目。我在网上看了一下,但是找不到我需要的东西。我想这一定是定制的效果。我试过将 android: back 属性设置为“ ?但是它不能工作:
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:clickable="true"
android:background="?android:selectableItemBackground"
android:id="@+id/recyclerView"
android:layout_below="@+id/tool_bar"/>
这是回收视图,我试图添加的效果: