diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml index 47098c2ba8..b042dde2a8 100644 --- a/app/src/main/res/layout/fragment_options.xml +++ b/app/src/main/res/layout/fragment_options.xml @@ -38,6 +38,7 @@ android:layout_marginStart="12dp" android:layout_marginTop="12dp" android:layout_marginEnd="12dp" + android:checked="true" android:text="@string/title_advanced_enabled" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/vSeparator1" diff --git a/app/src/main/res/layout/fragment_setup.xml b/app/src/main/res/layout/fragment_setup.xml index 748b001cc0..4e1282a25a 100644 --- a/app/src/main/res/layout/fragment_setup.xml +++ b/app/src/main/res/layout/fragment_setup.xml @@ -69,6 +69,7 @@ android:id="@+id/btnQuick" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginTop="12dp" android:text="@string/title_setup_quick" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -244,6 +245,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="12dp" + android:enabled="false" android:text="@string/title_setup_permissions" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"