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-06-13 11:46:57 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-13 11:46:57 +0300
commit837ced217c73f0e248a45085e7ec38b5be3b405f (patch)
tree5f137b84ef7722faa9ff1b6a84e0006ccebff207 /app/src/main/res/xml
parent377dcee2bd7e15645a2cbe2fe7371f14e87a9013 (diff)
Add beta hint to grid view preference
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 06e1f1be..3050e2a8 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -49,6 +49,7 @@
android:icon="@drawable/ic_baseline_dashboard_24"
android:key="@string/pref_key_gridview"
android:layout="@layout/item_pref"
+ android:summary="@string/simple_beta"
android:title="@string/settings_gridview" />
</it.niedermann.owncloud.notes.branding.BrandedPreferenceCategory>