14 lines
472 B
XML
14 lines
472 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<PreferenceCategory
|
||
|
android:key="password"
|
||
|
android:title="@string/settings_password">
|
||
|
|
||
|
<EditTextPreference
|
||
|
android:title="@string/settings_password"
|
||
|
android:key="settings_password"
|
||
|
android:inputType="textPassword">
|
||
|
</EditTextPreference>
|
||
|
</PreferenceCategory>
|
||
|
|
||
|
</PreferenceScreen>
|