From 1ff8526d24787427bdaeffae63c88bbe12b031a5 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Mon, 7 Feb 2022 00:55:32 +0100
Subject: Define the bottom row separately
Avoid divergences when the bottom row is modified.
---
res/xml/azerty.xml | 7 -------
res/xml/bottom_row.xml | 8 ++++++++
res/xml/dvorak.xml | 7 -------
res/xml/local_bgph1.xml | 7 -------
res/xml/numeric.xml | 2 +-
res/xml/qwerty.xml | 7 -------
res/xml/qwerty_lv.xml | 7 -------
res/xml/qwertz.xml | 7 -------
8 files changed, 9 insertions(+), 43 deletions(-)
create mode 100644 res/xml/bottom_row.xml
(limited to 'res')
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml
index f8aae93..2369539 100644
--- a/res/xml/azerty.xml
+++ b/res/xml/azerty.xml
@@ -34,11 +34,4 @@
-
-
-
-
-
-
-
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml
new file mode 100644
index 0000000..3f64a42
--- /dev/null
+++ b/res/xml/bottom_row.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/res/xml/dvorak.xml b/res/xml/dvorak.xml
index e1d38c0..c659925 100644
--- a/res/xml/dvorak.xml
+++ b/res/xml/dvorak.xml
@@ -34,11 +34,4 @@
-
-
-
-
-
-
-
diff --git a/res/xml/local_bgph1.xml b/res/xml/local_bgph1.xml
index e4537a8..fce2a30 100644
--- a/res/xml/local_bgph1.xml
+++ b/res/xml/local_bgph1.xml
@@ -34,11 +34,4 @@
-
-
-
-
-
-
-
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml
index 334aa35..abd31d8 100644
--- a/res/xml/numeric.xml
+++ b/res/xml/numeric.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml
index bbcc04e..47e1078 100644
--- a/res/xml/qwerty.xml
+++ b/res/xml/qwerty.xml
@@ -34,11 +34,4 @@
-
-
-
-
-
-
-
diff --git a/res/xml/qwerty_lv.xml b/res/xml/qwerty_lv.xml
index 78919d9..d181f5d 100644
--- a/res/xml/qwerty_lv.xml
+++ b/res/xml/qwerty_lv.xml
@@ -34,11 +34,4 @@
-
-
-
-
-
-
-
diff --git a/res/xml/qwertz.xml b/res/xml/qwertz.xml
index e69a0b4..28a0026 100644
--- a/res/xml/qwertz.xml
+++ b/res/xml/qwertz.xml
@@ -34,11 +34,4 @@
-
-
-
-
-
-
-
--
cgit v1.2.3