summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDirk Sierd de Vries <contact@lecapuchon.nl>2026-08-12 01:10:02 +0200
committerDirk Sierd de Vries <contact@lecapuchon.nl>2026-08-12 01:10:02 +0200
commit78b5e4f678fdc96cca2905a6bde0397269bfca3d (patch)
treeedc445cee2e9f74e39d0ffc3ea553d7b2819e315 /app/src/main/res
parent056f2cc89b6489b19d9f10fb7c11c4db0ee68bb8 (diff)
downloadSidePhOnelauncher-78b5e4f678fdc96cca2905a6bde0397269bfca3d.tar.gz
SidePhOnelauncher-78b5e4f678fdc96cca2905a6bde0397269bfca3d.tar.bz2
SidePhOnelauncher-78b5e4f678fdc96cca2905a6bde0397269bfca3d.zip
Add app drawer spacer and dpad-left back navigation
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/adapter_app_drawer_spacer.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/adapter_app_drawer_spacer.xml b/app/src/main/res/layout/adapter_app_drawer_spacer.xml
new file mode 100644
index 0000000..d5aefe0
--- /dev/null
+++ b/app/src/main/res/layout/adapter_app_drawer_spacer.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Space xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="72dp"
+ android:focusable="false"
+ android:focusableInTouchMode="false" />