Added lock
This commit is contained in:
26
app/src/main/res/xml/lock_preferences.xml
Normal file
26
app/src/main/res/xml/lock_preferences.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<Preference
|
||||
app:title="@string/settings_lock_pattern"
|
||||
app:key="lock_pattern"/>
|
||||
|
||||
<Preference
|
||||
app:title="@string/settings_lock_pin"
|
||||
app:key="lock_pin"/>
|
||||
|
||||
<Preference
|
||||
app:title="@string/settings_lock_password"
|
||||
app:key="lock_password"/>
|
||||
|
||||
<PreferenceCategory
|
||||
app:title="@string/settings_lock_biomatrics">
|
||||
|
||||
<Preference
|
||||
app:title="@string/settings_lock_fingerprint"
|
||||
app:key="lock_fingerprint"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
Reference in New Issue
Block a user