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

Commit d40a82c4 authored by Raff Tsai's avatar Raff Tsai
Browse files

Sync TextView style with that in support library

Fixes: 124334460
Fixes: 124333276
Test: visual
Change-Id: I7a8787fec7c7ca025f19742868003d1287b18655
parent 9c6db23f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:singleLine="true"
                  android:textAppearance="@android:style/TextAppearance.Material.Subhead"
                  android:textAppearance="?android:attr/textAppearanceListItem"
                  android:ellipsize="marquee"
                  android:fadingEdge="horizontal"/>

@@ -65,7 +65,7 @@
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:layout_weight="1"
                      android:textAppearance="@android:style/TextAppearance.Material.Small"
                      android:textAppearance="?android:attr/textAppearanceSmall"
                      android:textAlignment="viewStart"
                      android:textColor="?android:attr/textColorSecondary"/>

@@ -73,7 +73,7 @@
                      android:layout_width="0dp"
                      android:layout_height="wrap_content"
                      android:layout_weight="1"
                      android:textAppearance="@android:style/TextAppearance.Material.Small"
                      android:textAppearance="?android:attr/textAppearanceSmall"
                      android:textAlignment="viewEnd"
                      android:textColor="?android:attr/textColorSecondary"
                      android:maxLines="1"