From 19c5fd8d1848cf165b1b6f185840f6c208d25702 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Wed, 21 Oct 2020 10:20:23 +1100 Subject: [PATCH] Minor UI polish --- res/layout-sw400dp/activity_restore.xml | 9 ++++++--- res/layout/activity_restore.xml | 7 ++++++- .../thoughtcrime/securesms/loki/views/FakeChatView.kt | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/res/layout-sw400dp/activity_restore.xml b/res/layout-sw400dp/activity_restore.xml index bb241b9abf..6f3535ede0 100644 --- a/res/layout-sw400dp/activity_restore.xml +++ b/res/layout-sw400dp/activity_restore.xml @@ -34,12 +34,15 @@ style="@style/SessionEditText" android:id="@+id/mnemonicEditText" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingTop="28dp" - android:paddingBottom="28dp" + android:layout_height="80dp" android:layout_marginLeft="@dimen/very_large_spacing" android:layout_marginTop="12dp" android:layout_marginRight="@dimen/very_large_spacing" + android:paddingTop="0dp" + android:paddingBottom="0dp" + android:gravity="center_vertical" + android:inputType="textMultiLine" + android:maxLines="2" android:hint="@string/activity_restore_seed_edit_text_hint" />