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

@@ -40,11 +40,12 @@
<TextView
android:id="@+id/subtitleTextView"
android:layout_width="wrap_content"
android:layout_width="260dp"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:textColor="@color/text"
android:textSize="@dimen/very_small_font_size"
android:lines="2"
android:alpha="0.6"
android:text="Secure your account by saving your recovery phrase" />