From d5d5e22715c19c361d264693929c15c4325e80fa Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 7 Feb 2017 13:11:17 -0800 Subject: Updating widget tray theme Using standard theme attributes rather than custom color codes, so that it plays nice with system theme changes. Bug: 34819119 Bug: 34897402 Bug: 21446746 Change-Id: I265fba3ceae8873650fd09e4704838d313155e83 --- res/layout/widget_cell.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'res/layout/widget_cell.xml') diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml index c5a675351..b9b098c3c 100644 --- a/res/layout/widget_cell.xml +++ b/res/layout/widget_cell.xml @@ -20,7 +20,7 @@ android:layout_weight="1" android:orientation="vertical" android:focusable="true" - android:background="?android:attr/colorPrimary" + android:background="?android:attr/colorPrimaryDark" android:gravity="center_horizontal">