diff options
| author | nicoursi <nicola.ursino@gmail.com> | 2020-03-18 14:36:51 +0000 |
|---|---|---|
| committer | nicoursi <nicola.ursino@gmail.com> | 2020-03-21 20:04:03 +0000 |
| commit | 5e9ce16e264034f2ddddac38e52f5ef450c9efcc (patch) | |
| tree | a22dfea58e30c7b11a8e21c27c9bebefc6059de3 /ime/app/src/main/res/xml-it | |
| parent | 7d13640ef5ccb65d90d5ca52a867dccfb23729ab (diff) | |
| download | AnySoftKeyboard-5e9ce16e264034f2ddddac38e52f5ef450c9efcc.tar.gz AnySoftKeyboard-5e9ce16e264034f2ddddac38e52f5ef450c9efcc.tar.bz2 | |
Added popup domains to it locale
Diffstat (limited to 'ime/app/src/main/res/xml-it')
| -rwxr-xr-x | ime/app/src/main/res/xml-it/popup_domains.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ime/app/src/main/res/xml-it/popup_domains.xml b/ime/app/src/main/res/xml-it/popup_domains.xml new file mode 100755 index 000000000..bcd758984 --- /dev/null +++ b/ime/app/src/main/res/xml-it/popup_domains.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> + +<Keyboard xmlns:android="http://schemas.android.com/apk/res/android" + android:keyWidth="15%p"> + <Row android:rowEdgeFlags="top"> + <Key android:keyLabel=".net" android:keyOutputText=".net" android:keyEdgeFlags="left"/> + <Key android:keyLabel=".org" android:keyOutputText=".org"/> + <Key android:keyLabel=".edu" android:keyOutputText=".edu" android:keyEdgeFlags="right"/> + <Key android:keyLabel=".io" android:keyOutputText=".io"/> + <Key android:keyLabel=".info" android:keyOutputText=".info" android:keyEdgeFlags="right"/> + </Row> + <Row android:rowEdgeFlags="bottom"> + <Key android:keyLabel=".it" android:keyOutputText=".it" android:keyEdgeFlags="left"/> + <Key android:keyLabel=".gov" android:keyOutputText=".gov"/> + <Key android:keyLabel=".ch" android:keyOutputText=".ch"/> + <Key android:keyLabel=".eu" android:keyOutputText=".eu"/> + <Key android:keyLabel=".fr" android:keyOutputText=".fr"/> + + + </Row> +</Keyboard> |
