This commit is contained in:
Admin
2020-02-20 20:38:05 +02:00
parent a552328888
commit 21c2a4aa9a
12 changed files with 241 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
android:key="@string/key_list_mode"
android:title="@string/list_mode"
android:persistent="false"
app:iconSpaceReserved="false" />
</PreferenceScreen>