2eme push

This commit is contained in:
Claire G 2023-04-03 18:17:17 +02:00
parent 2dc7b838c6
commit 3ab00b65ec
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/cardview_dark_background">
<FrameLayout
android:id="@+id/settings"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>

View File

@ -0,0 +1,13 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory app:title="@string/header">
<SwitchPreferenceCompat
app:key="sync"
app:title="@string/pions_title"
app:summaryOff="@string/summary"
app:summaryOn="@string/summary" />
</PreferenceCategory>
</PreferenceScreen>