diff --git a/res/layout-sw400dp/activity_display_name.xml b/res/layout-sw400dp/activity_display_name.xml index 2443814ae2..1716f068f2 100644 --- a/res/layout-sw400dp/activity_display_name.xml +++ b/res/layout-sw400dp/activity_display_name.xml @@ -25,7 +25,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/very_large_spacing" - android:layout_marginTop="10dp" + android:layout_marginTop="7dp" android:layout_marginRight="@dimen/very_large_spacing" android:textSize="@dimen/medium_font_size" android:textColor="@color/text" @@ -36,8 +36,10 @@ android:id="@+id/displayNameEditText" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingTop="28dp" + android:paddingBottom="28dp" android:layout_marginLeft="@dimen/very_large_spacing" - android:layout_marginTop="@dimen/medium_spacing" + android:layout_marginTop="12dp" android:layout_marginRight="@dimen/very_large_spacing" android:inputType="textCapWords" android:hint="@string/activity_display_name_edit_text_hint" /> diff --git a/res/layout-sw400dp/activity_restore.xml b/res/layout-sw400dp/activity_restore.xml index 6b5f6d95fe..f011b04c4a 100644 --- a/res/layout-sw400dp/activity_restore.xml +++ b/res/layout-sw400dp/activity_restore.xml @@ -25,7 +25,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/very_large_spacing" - android:layout_marginTop="10dp" + android:layout_marginTop="7dp" android:layout_marginRight="@dimen/very_large_spacing" android:textSize="@dimen/medium_font_size" android:textColor="@color/text" @@ -36,8 +36,10 @@ android:id="@+id/mnemonicEditText" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingTop="28dp" + android:paddingBottom="28dp" android:layout_marginLeft="@dimen/very_large_spacing" - android:layout_marginTop="@dimen/medium_spacing" + android:layout_marginTop="12dp" android:layout_marginRight="@dimen/very_large_spacing" android:hint="@string/activity_restore_seed_edit_text_hint" /> diff --git a/res/layout-sw400dp/activity_seed.xml b/res/layout-sw400dp/activity_seed.xml index f5bc0db14e..3eeb46dbb2 100644 --- a/res/layout-sw400dp/activity_seed.xml +++ b/res/layout-sw400dp/activity_seed.xml @@ -22,7 +22,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="@dimen/very_large_spacing" android:layout_marginRight="@dimen/very_large_spacing" - android:textSize="@dimen/very_large_font_size" + android:textSize="26sp" android:textStyle="bold" android:textColor="@color/text" android:text="@string/activity_seed_title_2" /> @@ -31,9 +31,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/very_large_spacing" - android:layout_marginTop="10dp" + android:layout_marginTop="8dp" android:layout_marginRight="@dimen/very_large_spacing" - android:textSize="@dimen/medium_font_size" + android:textSize="16sp" android:textColor="@color/text" android:text="@string/activity_seed_explanation" /> @@ -43,10 +43,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/very_large_spacing" - android:layout_marginTop="@dimen/medium_spacing" + android:layout_marginTop="12dp" android:layout_marginRight="@dimen/very_large_spacing" android:gravity="center" - android:textSize="@dimen/medium_font_size" + android:textSize="16sp" android:textAlignment="center" android:text="nautical novelty populate onion awkward bent etiquette plant submarine itches vipers september axis maximum populate" /> @@ -56,7 +56,7 @@ android:layout_height="wrap_content" android:layout_marginTop="12dp" android:textAlignment="center" - android:textSize="@dimen/medium_font_size" + android:textSize="16sp" android:textColor="@color/text" android:alpha="0.6" android:text="@string/activity_seed_reveal_button_title" /> diff --git a/res/layout-sw400dp/fragment_enter_public_key.xml b/res/layout-sw400dp/fragment_enter_public_key.xml index 88304992c9..2a3e569d4c 100644 --- a/res/layout-sw400dp/fragment_enter_public_key.xml +++ b/res/layout-sw400dp/fragment_enter_public_key.xml @@ -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" diff --git a/res/layout-sw400dp/view_seed_reminder.xml b/res/layout-sw400dp/view_seed_reminder.xml index aa28fcb565..c1b16634fe 100644 --- a/res/layout-sw400dp/view_seed_reminder.xml +++ b/res/layout-sw400dp/view_seed_reminder.xml @@ -40,11 +40,12 @@ diff --git a/res/layout/activity_seed.xml b/res/layout/activity_seed.xml index 72583ef0a9..625801d3c6 100644 --- a/res/layout/activity_seed.xml +++ b/res/layout/activity_seed.xml @@ -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" />