1
0
Fork 0

Closes #2553 - wrap_content for header text for RTL

master
ekager 2019-05-15 23:12:25 -07:00 committed by Emily Kager
parent 7ac26f5b20
commit 2f68546a58
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<TextView
android:id="@+id/collections_header_text"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/collections_header"
android:textAppearance="@style/HeaderTextStyle"

View File

@ -12,7 +12,7 @@
<TextView
android:id="@+id/header_text"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4.5dp"
android:text="@string/tab_header_label"