Changing the text sizes in the widget tray based on feedback from UX
Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3
This commit is contained in:
parent
e3a1df20e6
commit
b2751ba524
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue