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

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