From 50a5cee52fd0c0dd08a00ad59c2f9c2751e65834 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 28 May 2015 08:39:41 -0700 Subject: Convert a bunch of other fragments to RecyclerView --- app/src/main/res/layout/user_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/user_list_item.xml') diff --git a/app/src/main/res/layout/user_list_item.xml b/app/src/main/res/layout/user_list_item.xml index dc2bdab9..71cafacd 100644 --- a/app/src/main/res/layout/user_list_item.xml +++ b/app/src/main/res/layout/user_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">