summaryrefslogtreecommitdiffstats
path: root/res/layout/widget_cell.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-05-14 18:02:15 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-05-14 18:02:15 -0700
commitb2751ba5247e026049a38131c6c7d67ee826c8aa (patch)
treed7c4237fd66013bdf6feefa2ca1bd4aa846649ae /res/layout/widget_cell.xml
parente3a1df20e6aa68175109c0bceb8cbf4b7fe80978 (diff)
downloadandroid_packages_apps_Trebuchet-b2751ba5247e026049a38131c6c7d67ee826c8aa.tar.gz
android_packages_apps_Trebuchet-b2751ba5247e026049a38131c6c7d67ee826c8aa.tar.bz2
android_packages_apps_Trebuchet-b2751ba5247e026049a38131c6c7d67ee826c8aa.zip
Changing the text sizes in the widget tray based on feedback from UX
Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3
Diffstat (limited to 'res/layout/widget_cell.xml')
-rw-r--r--res/layout/widget_cell.xml4
1 files changed, 2 insertions, 2 deletions
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"