Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-01 22:47:02 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-01 22:47:02 +0300
commit22b226fab96615031f6429ccf5dc820b07d0590f (patch)
tree1ba932bc8785ba929c29a453ac8e09196d4a717f /app/src/main/res/xml
parent9522387646848b32ec943d3f355678ccfdf05924 (diff)
#762 Branding
Preferences
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index c0d1d5ac..4525725f 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <SwitchPreference
+ <it.niedermann.owncloud.notes.branding.BrandedSwitchPreference
android:defaultValue="@string/pref_value_lock"
android:icon="@drawable/ic_lock_grey600_24dp"
android:key="@string/pref_key_lock"
@@ -29,7 +29,7 @@
android:layout="@layout/item_pref"
android:title="@string/settings_theme_title" />
- <SwitchPreference
+ <it.niedermann.owncloud.notes.branding.BrandedSwitchPreference
android:defaultValue="@string/pref_value_font_normal"
android:icon="@drawable/ic_text_format_grey600_24dp"
android:key="@string/pref_key_font"
@@ -46,7 +46,7 @@
android:summary="%s"
android:title="@string/settings_font_size" />
- <SwitchPreference
+ <it.niedermann.owncloud.notes.branding.BrandedSwitchPreference
android:defaultValue="@string/pref_value_wifi_and_mobile"
android:icon="@drawable/ic_network_wifi_grey600_24dp"
android:key="@string/pref_key_wifi_only"