Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2751ba5 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Changing the text sizes in the widget tray based on feedback from UX

Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3
parent e3a1df20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"