Update preferences.xml
authorloripino21 <loripino21@users.noreply.github.com>
Mon, 1 Sep 2014 09:56:38 +0000 (11:56 +0200)
committerloripino21 <loripino21@users.noreply.github.com>
Mon, 1 Sep 2014 09:56:38 +0000 (11:56 +0200)
res/xml/preferences.xml

index 69b4b28..38a0721 100644 (file)
                                        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>
\ No newline at end of file
+</PreferenceScreen>