diff --git a/app/src/main/res/layout/fragment_options_behavior.xml b/app/src/main/res/layout/fragment_options_behavior.xml index 0e0e7a40ef..b74b0712d0 100644 --- a/app/src/main/res/layout/fragment_options_behavior.xml +++ b/app/src/main/res/layout/fragment_options_behavior.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_connection.xml b/app/src/main/res/layout/fragment_options_connection.xml index 5d4f0b3790..e252363da2 100644 --- a/app/src/main/res/layout/fragment_options_connection.xml +++ b/app/src/main/res/layout/fragment_options_connection.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_display.xml b/app/src/main/res/layout/fragment_options_display.xml index 855dd26f6d..9622032a01 100644 --- a/app/src/main/res/layout/fragment_options_display.xml +++ b/app/src/main/res/layout/fragment_options_display.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 3ac15f9ff8..522d81db0d 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_notifications.xml b/app/src/main/res/layout/fragment_options_notifications.xml index 86148655c7..31c5548f1e 100644 --- a/app/src/main/res/layout/fragment_options_notifications.xml +++ b/app/src/main/res/layout/fragment_options_notifications.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_privacy.xml b/app/src/main/res/layout/fragment_options_privacy.xml index 54e36a255a..5fd2a67bcc 100644 --- a/app/src/main/res/layout/fragment_options_privacy.xml +++ b/app/src/main/res/layout/fragment_options_privacy.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_send.xml b/app/src/main/res/layout/fragment_options_send.xml index 799777451f..af4c843d13 100644 --- a/app/src/main/res/layout/fragment_options_send.xml +++ b/app/src/main/res/layout/fragment_options_send.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml index c7c9f89c0d..6c1f9b60f2 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup"> diff --git a/app/src/main/res/layout/fragment_setup.xml b/app/src/main/res/layout/fragment_setup.xml index 5f5d54fcdf..2388c1b569 100644 --- a/app/src/main/res/layout/fragment_setup.xml +++ b/app/src/main/res/layout/fragment_setup.xml @@ -4,7 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="12dp" + android:paddingStart="6dp" + android:paddingTop="12dp" + android:paddingEnd="6dp" + android:paddingBottom="0dp" android:scrollbarStyle="outsideOverlay" tools:context="eu.faircode.email.ActivitySetup">