|
|
@@ -57,7 +57,7 @@
|
|
|
<Switch
|
|
|
android:id="@+id/statusBarSwitch"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:layout_marginEnd="24dp"
|
|
|
android:layout_marginRight="24dp"
|
|
|
@@ -94,15 +94,15 @@
|
|
|
<Switch
|
|
|
android:id="@+id/clockSwitch"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:layout_marginEnd="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:padding="4dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/textView4"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/textView2"
|
|
|
- android:layout_marginRight="24dp" />
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/textView2" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/textView9"
|
|
|
@@ -128,15 +128,15 @@
|
|
|
<Switch
|
|
|
android:id="@+id/dialerSwitch"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:layout_marginEnd="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:padding="4dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/textView10"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/textView9"
|
|
|
- android:layout_marginRight="24dp" />
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/textView9" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/changeThemeText"
|