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.
nightly-build-test
mihai-adrian 5 years ago committed by Emily Kager
parent 0703fdc91f
commit 4ee8a890a8

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

Loading…
Cancel
Save