1
0
Fork 0

fixes #3843 - (L10N) regression: alignment issue when saving tabs to collection

changed height to match_constraints instead of wrap_content - this makes for a better calculation of space, avoids setting textView on two lines, with blank line below.
master
mihai-adrian 2019-07-24 17:41:48 +03:00 committed by Emily Kager
parent 0703fdc91f
commit 4ee8a890a8
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<TextView
android:id="@+id/bottom_bar_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:gravity="center_vertical"