redesign pin and pattern UI, add settings for changing lock and enable/disable biometrics and add button to lock app from any screen

This commit is contained in:
2026-05-15 02:52:20 +05:00
parent 8d1869bafa
commit 81a67b2406
10 changed files with 219 additions and 49 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_lock"
android:icon="@drawable/ic_lock"
android:title="@string/action_lock"
app:showAsAction="always" />
</menu>