Explorar el Código

default value: do nothing
show summary for behaviour

tobiasKaminsky hace 10 años
padre
commit
19bc90bf56
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      res/xml/preferences.xml

+ 2 - 0
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"
 			 />
 
 		<com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:key="instant_uploading"