2eme push
This commit is contained in:
parent
2dc7b838c6
commit
3ab00b65ec
10
app/src/main/res/layout/settings_activity.xml
Normal file
10
app/src/main/res/layout/settings_activity.xml
Normal 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>
|
13
app/src/main/res/xml/root_preferences.xml
Normal file
13
app/src/main/res/xml/root_preferences.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user