summaryrefslogtreecommitdiffstats
path: root/res
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
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')
-rw-r--r--res/layout/widget_cell.xml4
-rw-r--r--res/layout/widgets_list_row_view.xml2
2 files changed, 3 insertions, 3 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"
diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml
index be62ee9fc..dc1bccefb 100644
--- a/res/layout/widgets_list_row_view.xml
+++ b/res/layout/widgets_list_row_view.xml
@@ -41,7 +41,7 @@
android:paddingTop="@dimen/widget_section_vertical_padding"
android:singleLine="true"
android:textColor="@color/widgets_view_section_text_color"
- android:textSize="20sp"
+ android:textSize="16sp"
launcher:customShadows="false"
launcher:deferShadowGeneration="true"
launcher:iconDisplay="widget_section"