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

Commit 640c8e3e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Sync TextView style with that in support library"

parents 8f6c9f36 d40a82c4
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"