aboutsummaryrefslogtreecommitdiff
path: root/ime/app/src/main/res/xml-se
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-01-29 19:31:48 +0000
committerMenny Even Danan <menny@evendanan.net>2020-01-30 16:44:04 +0000
commit4d767a0527c523decfe0ebc99ed77cbb53b5d15e (patch)
tree50a2e7a338a07ce3ea889f7da4d26e7971857ee8 /ime/app/src/main/res/xml-se
parent6d5481428b7eecfe0c2d00e8aa7ec4fe6cff411c (diff)
downloadAnySoftKeyboard-4d767a0527c523decfe0ebc99ed77cbb53b5d15e.tar.gz
AnySoftKeyboard-4d767a0527c523decfe0ebc99ed77cbb53b5d15e.tar.bz2
Seperating IME and AddOns
Diffstat (limited to 'ime/app/src/main/res/xml-se')
-rw-r--r--ime/app/src/main/res/xml-se/popup_domains.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ime/app/src/main/res/xml-se/popup_domains.xml b/ime/app/src/main/res/xml-se/popup_domains.xml
new file mode 100644
index 000000000..bf91250a9
--- /dev/null
+++ b/ime/app/src/main/res/xml-se/popup_domains.xml
@@ -0,0 +1,17 @@
+<?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=".gov" android:keyOutputText=".gov"/>
+ <Key android:keyLabel=".edu" android:keyOutputText=".edu" android:keyEdgeFlags="right"/>
+ </Row>
+ <Row android:rowEdgeFlags="bottom">
+ <Key android:keyLabel=".se" android:keyOutputText=".se" android:keyEdgeFlags="left"/>
+ <Key android:keyLabel=".nu" android:keyOutputText=".nu"/>
+ <Key android:keyLabel=".info" android:keyOutputText=".info" android:keyEdgeFlags="right"/>
+ <Key android:keyLabel=".eu" android:keyOutputText=".eu"/>
+ </Row>
+</Keyboard>