blob: 94bda584b5077ac839a4a8c089d3fc9bfddbdf3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<Keyboards>
<!-- Dictionary attributes:
"nameResId" : the name of the keyboard. Should be short. Reference to a string in values.xml
"defaultDictionaryLocale" : the ID of the keyboard's (ISO) locale, e.g., "en", "iw", "ar", "ru", etc. The dictionary should declare the same locale.
"id" : UUID for this keyboard. Obtain from here: http://www.famkruithof.net/uuid/uuidgen
"iconResId" : a reference to a drawable which can be used to show a flag in the notification bar.
"layoutResId" : a reference to a keyboard layout XML. See res/xml/qwerty.xml
-->
<Keyboard nameResId="@string/sardinian_keyboard" iconResId="@drawable/ic_status_sardinian" layoutResId="@xml/sardinian_qwerty"
landscapeResId="@xml/sardinian_qwerty"
id="31cfcca0-1118-11e9-b56e-0800200c9a66" defaultDictionaryLocale="sc" description="Sardinian QWERTY" index="1" />
</Keyboards>
|