abouttreesummaryrefslogcommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorJules Aguillon2023-07-12 18:35:16 +0200
committerJules Aguillon2023-07-19 23:30:58 +0200
commit6747669c2d64f4b01d5ce03729695689a03e20c7 (patch)
treef4c7be21e2ca873a8668711609da27a1c1496e52 /res/layout
parent1097b297d37b68e73b63c59c3d8169a795d00c1a (diff)
downloadunexpected-keyboard-6747669c2d64f4b01d5ce03729695689a03e20c7.tar.gz
unexpected-keyboard-6747669c2d64f4b01d5ce03729695689a03e20c7.zip
Refactor: Use a PreferenceCategory for extra keys
This removes the need for a layout definition and adds a title before the prefs. It's a prerequise for the custom keys preference.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/extra_keys_preference.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout/extra_keys_preference.xml b/res/layout/extra_keys_preference.xml
deleted file mode 100644
index 40bbfbe..0000000
--- a/res/layout/extra_keys_preference.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingEnd="?android:attr/scrollbarSize" android:background="?android:attr/selectableItemBackground">
- <!-- Preference layout that do not define the text view with id 'title'. -->
- <LinearLayout android:id="@android:id/widget_frame" android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center_vertical" android:orientation="vertical"/>
-</LinearLayout>