From 002f64ce1d5d16f2b69c900dc39d81f4b76a655f Mon Sep 17 00:00:00 2001 From: Karl Dimla Date: Wed, 3 Apr 2024 13:21:15 +0200 Subject: [PATCH] Fix sync connect for small screens (#4365) Task/Issue URL: https://app.asana.com/0/1201493110486074/1206542898886222/f ### Description Fix layout for sync connect screen in smaller devices ### Steps to test this PR - [ ] Go to Settings - [ ] Open Sync & Backup - [ ] Click on Sync with Another Device - [ ] Verify that UI is correct Results: https://app.asana.com/0/0/1206948358341237/f --- .../main/res/layout/activity_connect_sync.xml | 221 +++++++++--------- 1 file changed, 113 insertions(+), 108 deletions(-) diff --git a/sync/sync-impl/src/main/res/layout/activity_connect_sync.xml b/sync/sync-impl/src/main/res/layout/activity_connect_sync.xml index d481c3ee8ee7..431f829f1cda 100644 --- a/sync/sync-impl/src/main/res/layout/activity_connect_sync.xml +++ b/sync/sync-impl/src/main/res/layout/activity_connect_sync.xml @@ -1,5 +1,4 @@ - - - - - - + android:layout_height="match_parent" + android:orientation="vertical"> + layout="@layout/include_default_toolbar" /> - - - + android:layout_height="match_parent" + android:fillViewport="true" + android:scrollbars="none"> - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + android:layout_height="wrap_content"> + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file