mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 23:33:11 +01:00
1cfecbdf48
Use xmllint. Re-indent Java files using spaces.
22 lines
639 B
XML
22 lines
639 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>
|