From 837ced217c73f0e248a45085e7ec38b5be3b405f Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 13 Jun 2020 10:46:57 +0200 Subject: Add beta hint to grid view preference --- app/src/main/res/xml/preferences.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/xml') 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" /> -- cgit v1.2.3