From a14281cacfec5f0c00909aecd8b6a9924cb636b9 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 24 Jan 2017 15:47:43 -0800 Subject: Fix color for widget tray to match Default.Settings theme Change-Id: Ief4079853a8275a75c27d3c22b57a72a35274307 Fix: 34672511 Test: visual --- res/layout/widgets_list_row_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml index 30a34d4f9..530e85614 100644 --- a/res/layout/widgets_list_row_view.xml +++ b/res/layout/widgets_list_row_view.xml @@ -41,7 +41,7 @@ android:paddingRight="@dimen/widget_section_horizontal_padding" android:paddingTop="@dimen/widget_section_vertical_padding" android:singleLine="true" - android:textColor="@color/widgets_view_section_text_color" + android:textColor="?android:attr/textColorPrimary" android:textSize="16sp" launcher:customShadows="false" launcher:deferShadowGeneration="true" -- cgit v1.2.3