Unexpected-Keyboard/res/values/arrays.xml

9 lines
197 B
XML
Raw Normal View History

<?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>