diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dd9278..5ac35d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated French AZERTY layout ([#134]) - Updated Spanish layout ([#206]) - Updated Italian layout ([#251]) +- Updated backspace button position in number layout for better accessibility ([#274]) ### Fixed - Keyboard language management dialog now respects `Use English language` preference ([#238]) @@ -102,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#256]: https://github.com/FossifyOrg/Keyboard/issues/256 [#259]: https://github.com/FossifyOrg/Keyboard/issues/259 [#265]: https://github.com/FossifyOrg/Keyboard/issues/265 +[#274]: https://github.com/FossifyOrg/Keyboard/issues/274 [Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...HEAD [1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0 diff --git a/app/src/main/res/xml/keys_numbers.xml b/app/src/main/res/xml/keys_numbers.xml index c176633d..bbd9d9ef 100644 --- a/app/src/main/res/xml/keys_numbers.xml +++ b/app/src/main/res/xml/keys_numbers.xml @@ -12,10 +12,8 @@ app:keyLabel="3" app:keyWidth="25%p" /> @@ -30,8 +28,9 @@ app:keyLabel="6" app:keyWidth="25%p" /> @@ -46,9 +45,10 @@ app:keyLabel="9" app:keyWidth="25%p" /> diff --git a/app/src/main/res/xml/keys_phone.xml b/app/src/main/res/xml/keys_phone.xml index 63e92184..c0f4adc6 100644 --- a/app/src/main/res/xml/keys_phone.xml +++ b/app/src/main/res/xml/keys_phone.xml @@ -12,10 +12,8 @@ app:keyLabel="3" app:keyWidth="25%p" /> @@ -30,8 +28,9 @@ app:keyLabel="6" app:keyWidth="25%p" /> @@ -46,9 +45,10 @@ app:keyLabel="9" app:keyWidth="25%p" />