From 117c246d7e619ab9a3c0fb36fb152b8ad8bf9afe Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 26 May 2015 18:03:47 -0700 Subject: Abstract out common logic into SectionAdapter --- 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 2338f7e0..4974f4f5 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="@android:color/transparent"> + android:background="@drawable/abc_item_background_holo_light">