From ffae07e447d64d29eace9bed321d837aba214e4a Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Fri, 1 May 2015 10:55:53 -0700 Subject: [PATCH] WidgetTray UI - change text color for the section and widget name Change-Id: I8ce966d151bc62a9eb23ca3fa8c13c3aeb0c7f37 --- res/layout/widget_cell.xml | 4 ++-- res/values/colors.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml index cb1c812cbf..ab23b842ed 100644 --- a/res/layout/widget_cell.xml +++ b/res/layout/widget_cell.xml @@ -44,7 +44,7 @@ android:ellipsize="end" android:fadingEdge="horizontal" - android:textColor="#FFFFFFFF" + android:textColor="@color/widgets_view_item_text_color" android:textSize="16sp" android:textAlignment="viewStart" android:fontFamily="sans-serif-condensed" @@ -61,7 +61,7 @@ android:layout_marginLeft="5dp" android:layout_weight="0" android:gravity="start" - android:textColor="#FFFFFFFF" + android:textColor="@color/widgets_view_item_text_color" android:textSize="16sp" android:textAlignment="viewStart" android:fontFamily="sans-serif-condensed" diff --git a/res/values/colors.xml b/res/values/colors.xml index 9695b2606b..0c3714b03c 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -42,6 +42,7 @@ #009688 - #009688 + #FFFFFF + #C4C4C4 #263238