aboutsummaryrefslogtreecommitdiff
path: root/ime/app/src/main/res/xml-it
diff options
context:
space:
mode:
authornicoursi <nicola.ursino@gmail.com>2020-03-18 14:36:51 +0000
committernicoursi <nicola.ursino@gmail.com>2020-03-21 20:04:03 +0000
commit5e9ce16e264034f2ddddac38e52f5ef450c9efcc (patch)
treea22dfea58e30c7b11a8e21c27c9bebefc6059de3 /ime/app/src/main/res/xml-it
parent7d13640ef5ccb65d90d5ca52a867dccfb23729ab (diff)
downloadAnySoftKeyboard-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-xime/app/src/main/res/xml-it/popup_domains.xml21
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>