瀏覽代碼

Update preferences.xml

loripino21 10 年之前
父節點
當前提交
b221772982
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      res/xml/preferences.xml

+ 6 - 1
res/xml/preferences.xml

@@ -35,6 +35,11 @@
         				android:disableDependentsState="true" 
         				android:title="@string/instant_upload_on_wifi" 
         				android:key="instant_upload_on_wifi"/>
+        <EditTextPreference android:dependency="instant_uploading" 
+        				android:disableDependentsState="true"
+        				android:title="Upload Path" 
+        				android:defaultValue="@string/instant_upload_path"
+        				android:key="instant_upload_path"/>
     <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:key="instant_video_uploading" 
                         android:title="@string/prefs_instant_video_upload"  
                         android:summary="@string/prefs_instant_video_upload_summary"/>
@@ -64,4 +69,4 @@
 	</PreferenceCategory>
     
 
-</PreferenceScreen>
+</PreferenceScreen>