Added bottom padding in setup

pull/175/head
M66B 6 years ago
parent 81d6f9833f
commit 2794f267a5

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

Loading…
Cancel
Save