From b2751ba5247e026049a38131c6c7d67ee826c8aa Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Thu, 14 May 2015 18:02:15 -0700 Subject: Changing the text sizes in the widget tray based on feedback from UX Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3 --- res/layout/widget_cell.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/widget_cell.xml') diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml index a85f0aa16..500cf107f 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="@color/widgets_view_item_text_color" - android:textSize="16sp" + android:textSize="14sp" android:textAlignment="viewStart" android:fontFamily="sans-serif-condensed" android:shadowRadius="2.0" @@ -61,7 +61,7 @@ android:layout_weight="0" android:gravity="start" android:textColor="@color/widgets_view_item_text_color" - android:textSize="16sp" + android:textSize="14sp" android:textAlignment="viewStart" android:fontFamily="sans-serif-condensed" android:shadowRadius="2.0" -- cgit v1.2.3