Added bottom padding in setup

This commit is contained in:
M66B 2020-03-04 08:56:13 +01:00
parent 81d6f9833f
commit 2794f267a5
9 changed files with 18 additions and 9 deletions

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swDoubleBack"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swMetered"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<eu.faircode.email.FixedTextView
android:id="@+id/tvLayoutHint"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swExternalSearch"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<Button
android:id="@+id/btnManage"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swConfirmLinks"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swKeyboard"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swEnabled"

View File

@ -13,7 +13,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="24dp">
<eu.faircode.email.FixedTextView
android:id="@+id/tvWelcome"