From 6cc8c992952bb05dd408447594cdb57a9e0f20f8 Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Wed, 26 Feb 2014 23:34:49 -0600 Subject: [PATCH] listview: use theme background --- library/res/layout/fab__listview_container.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/res/layout/fab__listview_container.xml b/library/res/layout/fab__listview_container.xml index d946650..4a77a1e 100644 --- a/library/res/layout/fab__listview_container.xml +++ b/library/res/layout/fab__listview_container.xml @@ -10,6 +10,6 @@ android:id="@+id/fab__listview_background" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@android:color/background_light" /> + android:background="?android:attr/colorBackground" /> - \ No newline at end of file +