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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-07-13 16:23:54 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-13 16:23:54 +0300
commit6403676b4f6f6a29c06aa2dfa9e502dc4b54c888 (patch)
treeaf5de454eadda978abc995a5d910ffbc0c00ab6a /app/src/main/res/xml
parent4ad16e456e1b5dea50ade8ef973a8386493aa0c3 (diff)
parentf8283d1a77aba90b45ec9d787606a973c4df6137 (diff)
Merge branch 'master' into stack-widget
# Conflicts: # app/src/main/res/values/strings.xml
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/settings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index 14943fff6..6d67622bd 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -29,6 +29,12 @@
android:icon="@drawable/ic_format_paint_grey600_24dp"
android:key="@string/pref_key_branding"
android:title="@string/settings_branding_title"
- app:defaultValue="true" />
+ app:defaultValue="false" />
+
+ <it.niedermann.nextcloud.deck.ui.branding.BrandedSwitchPreference
+ android:icon="@drawable/ic_baseline_compact_24"
+ android:key="@string/pref_key_compact"
+ android:title="@string/settings_compact_title"
+ app:defaultValue="false" />
</it.niedermann.nextcloud.deck.ui.branding.BrandedPreferenceCategory>
</PreferenceScreen>