Added redesign base

... also basic switching to redesign was added, haha
This commit is contained in:
Viktor De Pasquale
2019-10-02 19:42:38 +02:00
parent cc8f1adca3
commit 14e49f3c80
14 changed files with 560 additions and 474 deletions
+13 -1
View File
@@ -1,4 +1,5 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="general"
android:title="@string/settings_general_category">
@@ -131,4 +132,15 @@
</PreferenceCategory>
<PreferenceCategory
android:key="redesign_cat"
app:title="Redesign">
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="redesign"
app:title="Enable Redesign" />
</PreferenceCategory>
</androidx.preference.PreferenceScreen>