From 07665ccfbc9c9f72c6d384a00ff692dde141319a Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 28 May 2015 17:58:08 -0700 Subject: Use ripple selector instead of basic holo one --- app/src/main/res/layout/basic_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/basic_list_item.xml') diff --git a/app/src/main/res/layout/basic_list_item.xml b/app/src/main/res/layout/basic_list_item.xml index 4974f4f5..88d8ca20 100644 --- a/app/src/main/res/layout/basic_list_item.xml +++ b/app/src/main/res/layout/basic_list_item.xml @@ -3,7 +3,7 @@ android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="@drawable/abc_item_background_holo_light"> + android:background="?attr/selectableItemBackground">