abouttreesummaryrefslogcommitdiff
path: root/res/layout/custom_extra_key_add_dialog.xml
diff options
context:
space:
mode:
authorJules Aguillon2023-08-10 12:55:27 +0200
committerJules Aguillon2023-08-16 12:20:40 +0200
commit8611dbcfa0ef6d551bf3acb65e5a1990a3ced75b (patch)
treecd6ab6b3be1ed3e93eef4d97e83c1718515b3961 /res/layout/custom_extra_key_add_dialog.xml
parent03f2b8df7031baf5bc95ad1d1530e327c9d3ca7c (diff)
downloadunexpected-keyboard-8611dbcfa0ef6d551bf3acb65e5a1990a3ced75b.tar.gz
unexpected-keyboard-8611dbcfa0ef6d551bf3acb65e5a1990a3ced75b.zip
CustomExtraKeysPreference: Reusable edit text layout
This layout is generically used by CustomExtraKeysPreference and LayoutsPreference.
Diffstat (limited to 'res/layout/custom_extra_key_add_dialog.xml')
-rw-r--r--res/layout/custom_extra_key_add_dialog.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/layout/custom_extra_key_add_dialog.xml b/res/layout/custom_extra_key_add_dialog.xml
deleted file mode 100644
index 9b799e0..0000000
--- a/res/layout/custom_extra_key_add_dialog.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content">
- <EditText android:id="@+id/key_name" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="10dp"/>
-</LinearLayout>