mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 23:33:11 +01:00
7a3312fd01
This replaces the "disable accent keys" checkbox. The default should work for anyone: Accents will be hidden unless the user has the french language installed. The value "show every accents" is useful for versions of android that don't have subtypes.
24 lines
641 B
XML
24 lines
641 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>
|
|
|
|
<string name="pref_accents_default">1</string>
|
|
|
|
<string-array name="pref_accents_entries">
|
|
<item>@string/pref_accents_e_all_installed</item>
|
|
<item>@string/pref_accents_e_selected</item>
|
|
<item>@string/pref_accents_e_all</item>
|
|
<item>@string/pref_accents_e_none</item>
|
|
</string-array>
|
|
<string-array name="pref_accents_values">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>3</item>
|
|
<item>4</item>
|
|
</string-array>
|
|
</resources>
|