summaryrefslogtreecommitdiffstats
path: root/res/layout/widgets_list_row_view.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/widgets_list_row_view.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/widgets_list_row_view.xml')
-rw-r--r--res/layout/widgets_list_row_view.xml2
1 files changed, 1 insertions, 1 deletions
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"