Advance lockscreen layout and rotation handling

This commit is contained in:
ajp_anton
2026-05-30 17:51:11 +00:00
parent 0e43cfe004
commit f66326f613
11 changed files with 304 additions and 90 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.drawerlayout.widget.DrawerLayout
<se.ajpanton.statusbartweak.shell.ui.SafeInsetDrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
@@ -38,4 +38,4 @@
app:itemTextColor="@color/drawer_item_text_color"
app:menu="@menu/drawer_menu" />
</androidx.drawerlayout.widget.DrawerLayout>
</se.ajpanton.statusbartweak.shell.ui.SafeInsetDrawerLayout>