@@ -15,7 +15,7 @@
app:title="@string/settings"/>
<androidx.cardview.widget.CardView
android:id="@+id/appearance_settings"
android:id="@+id/general_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
@@ -30,7 +30,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:text="@string/pref_heading_appearance"
android:text="@string/pref_heading_general"
android:textSize="16sp"/>
<View
android:layout_width="match_parent"
@@ -55,6 +55,28 @@
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"/>
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="56dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
style="@style/OptionItemText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pref_run_at_startup"/>
<Switch
android:id="@+id/setting_run_at_startup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"/>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
@@ -64,7 +86,7 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:elevation="4dp"
app:layout_constraintTop_toBottomOf="@id/appearance_settings"
app:layout_constraintTop_toBottomOf="@id/general_settings"
tools:targetApi="21">
<LinearLayout
android:layout_width="match_parent"