diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/source/res/xml/documentprovider_preferences.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/android/source/res/xml/documentprovider_preferences.xml b/android/source/res/xml/documentprovider_preferences.xml index 4a66c6377847..bb5f087ddf71 100644 --- a/android/source/res/xml/documentprovider_preferences.xml +++ b/android/source/res/xml/documentprovider_preferences.xml @@ -13,15 +13,14 @@ android:key="pref_server_url" android:title="@string/server_url" android:summary="@string/server_url_and_port" - android:defaultValue="http://" /> + android:hint="https://server:port/" /> <EditTextPreference android:key="pref_user_name" - android:title="@string/user_name" - android:defaultValue="" /> + android:title="@string/user_name" /> <EditTextPreference android:key="pref_password" android:title="@string/password" - android:defaultValue="" /> + android:password="true" /> </PreferenceCategory> <PreferenceCategory android:title="@string/physical_storage_settings"> |