Fix clipping

Some parts of the UI didn't work well with long languages
This commit is contained in:
nielsandriesse
2020-07-29 14:20:29 +10:00
parent 2a7e4a19ad
commit ba8afa3ca6
7 changed files with 20 additions and 14 deletions

View File

@@ -46,7 +46,7 @@
android:layout_marginTop="10dp"
android:layout_marginRight="@dimen/very_large_spacing"
android:gravity="center"
android:textSize="@dimen/medium_font_size"
android:textSize="14sp"
android:textAlignment="center"
android:text="nautical novelty populate onion awkward bent etiquette plant submarine itches vipers september axis maximum populate" />
@@ -59,6 +59,7 @@
android:textSize="14sp"
android:textColor="@color/text"
android:alpha="0.6"
android:visibility="gone"
android:text="@string/activity_seed_reveal_button_title" />
<View

View File

@@ -24,7 +24,7 @@
android:layout_marginLeft="@dimen/large_spacing"
android:layout_marginTop="@dimen/medium_spacing"
android:layout_marginRight="@dimen/large_spacing"
android:textSize="@dimen/small_font_size"
android:textSize="@dimen/very_small_font_size"
android:textColor="@color/text"
android:alpha="0.6"
android:textAlignment="center"