Closes #2553 - wrap_content for header text for RTL

nightly-build-test
ekager 5 years ago committed by Emily Kager
parent 7ac26f5b20
commit 2f68546a58

@ -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"

@ -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"

Loading…
Cancel
Save