Kaydet (Commit) 9f89997e authored tarafından Christian Lohmaier's avatar Christian Lohmaier

android: defaultValue is not the same as a hint

also flag the password field as password entry

Change-Id: I91d74335ac63ea6ddbe8df274a9b0e130fc14744
üst 6b6d642f
...@@ -13,15 +13,14 @@ ...@@ -13,15 +13,14 @@
android:key="pref_server_url" android:key="pref_server_url"
android:title="@string/server_url" android:title="@string/server_url"
android:summary="@string/server_url_and_port" android:summary="@string/server_url_and_port"
android:defaultValue="http://" /> android:hint="https://server:port/" />
<EditTextPreference <EditTextPreference
android:key="pref_user_name" android:key="pref_user_name"
android:title="@string/user_name" android:title="@string/user_name" />
android:defaultValue="" />
<EditTextPreference <EditTextPreference
android:key="pref_password" android:key="pref_password"
android:title="@string/password" android:title="@string/password"
android:defaultValue="" /> android:password="true" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory <PreferenceCategory
android:title="@string/physical_storage_settings"> android:title="@string/physical_storage_settings">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment