From 38deb810f94d0e2fea91add4cd53fdd615d19d64 Mon Sep 17 00:00:00 2001 From: Ryan Gibb Date: Fri, 16 Feb 2024 20:09:28 +0000 Subject: Add QWERTY GB layout (#557) Adapted from latn_qwerty_us * Make it the default layout for en-GB--- res/values/layouts.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/values/layouts.xml') diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 3e81732..f30dbed 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -32,6 +32,7 @@ latn_qwerty_br latn_qwerty_cz latn_qwerty_es + latn_qwerty_gb latn_qwerty_hu latn_qwerty_lv latn_qwerty_no @@ -82,6 +83,7 @@ QWERTY (Brasileiro) QWERTY (Czech) QWERTY (EspaƱol) + QWERTY (UK) QWERTY (Magyar) QWERTY (Latvian) QWERTY (Norwegian) @@ -132,6 +134,7 @@ @xml/latn_qwerty_br @xml/latn_qwerty_cz @xml/latn_qwerty_es + @xml/latn_qwerty_gb @xml/latn_qwerty_hu @xml/latn_qwerty_lv @xml/latn_qwerty_no -- cgit v1.2.3