mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-01-01 02:49:08 +01:00
d00576ac2d
Some versions of android don't allow to configure several languages.
9 lines
197 B
XML
9 lines
197 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="pref_layout_values">
|
|
<item>system</item>
|
|
<item>azerty</item>
|
|
<item>qwerty</item>
|
|
</string-array>
|
|
</resources>
|