From: tobiasKaminsky Date: Fri, 25 Sep 2015 15:21:58 +0000 (+0200) Subject: default value: do nothing X-Git-Tag: beta-20151122~4^2~8 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/19bc90bf567930dffc824027727db3f922f8ca40?ds=inline;hp=--cc default value: do nothing show summary for behaviour --- 19bc90bf567930dffc824027727db3f922f8ca40 diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 3158356f..8b21a192 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -31,6 +31,8 @@ android:title="@string/prefs_instant_behaviour_title" android:entries="@array/pref_behaviour_entries" android:entryValues="@array/pref_behaviour_entryValues" + android:defaultValue="NOTHING" + android:summary="%s" />