2016-10-25 17:04:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2016-10-26 16:23:14 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory
|
2016-10-25 17:04:32 +02:00
|
|
|
android:key="@string/pref_key__title__themes"
|
|
|
|
android:title="@string/pref_title__themes">
|
2016-10-26 16:23:14 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedColorPickerPreference
|
2016-10-25 17:04:32 +02:00
|
|
|
android:key="@string/pref_key__primary_color__preference_click"
|
|
|
|
android:summary="@string/pref_desc__primary_color"
|
|
|
|
android:title="@string/pref_title__primary_color"
|
|
|
|
android:icon="@drawable/circle" />
|
|
|
|
|
2016-10-26 16:23:14 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedColorPickerPreference
|
2016-10-25 17:04:32 +02:00
|
|
|
android:key="@string/pref_key__accent_color__preference_click"
|
|
|
|
android:summary="@string/pref_desc__accent_color"
|
|
|
|
android:title="@string/pref_title__accent_color"
|
|
|
|
android:icon="@drawable/circle" />
|
2017-06-08 02:33:00 +02:00
|
|
|
|
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/pref_key__primary_color__amoled_mode"
|
|
|
|
android:summary="@string/pref_desc__primary_color__amoled_mode"
|
|
|
|
android:title="@string/pref_title__primary_color__amoled_mode"
|
|
|
|
android:icon="@drawable/ic_color_lens_black_24px" />
|
2016-10-26 16:23:14 +02:00
|
|
|
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
2016-10-25 17:04:32 +02:00
|
|
|
</PreferenceScreen>
|