diff --git a/samples/Support7Demos/res/layout/animated_recycler_view.xml b/samples/Support7Demos/res/layout/animated_recycler_view.xml index b719f1a3e..29a23e26a 100644 --- a/samples/Support7Demos/res/layout/animated_recycler_view.xml +++ b/samples/Support7Demos/res/layout/animated_recycler_view.xml @@ -44,7 +44,7 @@ android:layout_weight=".5" android:layout_width="0dip" android:layout_height="wrap_content" - android:onClick="deleteItem" + android:onClick="deleteSelectedItems" android:text="@string/delete_item"/>