From aecbfbcc3768bf00859f5a3782202761ed665bc7 Mon Sep 17 00:00:00 2001 From: gmbnt Date: Wed, 25 Mar 2020 11:46:52 +1100 Subject: [PATCH] Fix layout on small screens --- res/layout/fragment_enter_session_id.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/fragment_enter_session_id.xml b/res/layout/fragment_enter_session_id.xml index 81f4f8ec44..a73792e17f 100644 --- a/res/layout/fragment_enter_session_id.xml +++ b/res/layout/fragment_enter_session_id.xml @@ -17,7 +17,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="@dimen/large_spacing" android:layout_marginRight="@dimen/large_spacing" - android:textSize="@dimen/large_font_size" + android:textSize="19sp" android:textStyle="bold" android:textColor="@color/text" android:text="Link your device" /> @@ -28,7 +28,7 @@ android:layout_marginLeft="@dimen/large_spacing" android:layout_marginTop="6dp" android:layout_marginRight="@dimen/large_spacing" - android:textSize="@dimen/small_font_size" + android:textSize="14sp" android:textColor="@color/text" android:text="Navigate to "Settings" > "Devices" > "Link a Device" on your other device and then enter your Session ID here to start the linking process." />