aboutsummaryrefslogtreecommitdiff
path: root/src/main/res/xml-ca
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2013-10-01 01:38:14 +0000
committerMenny Even Danan <menny@evendanan.net>2013-10-01 01:38:14 +0000
commitc15b66c71940789276928635bb5d312e384edb61 (patch)
tree7147f45d7884453422a3528cc2105e81a71779ab /src/main/res/xml-ca
parentd8b64707b741d3488f7933914915988427053e5d (diff)
downloadAnySoftKeyboard-c15b66c71940789276928635bb5d312e384edb61.tar.gz
AnySoftKeyboard-c15b66c71940789276928635bb5d312e384edb61.tar.bz2
enter Gradle
Diffstat (limited to 'src/main/res/xml-ca')
-rw-r--r--src/main/res/xml-ca/popup_domains.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/res/xml-ca/popup_domains.xml b/src/main/res/xml-ca/popup_domains.xml
new file mode 100644
index 000000000..961f96cbc
--- /dev/null
+++ b/src/main/res/xml-ca/popup_domains.xml
@@ -0,0 +1,19 @@
+<?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=".cat" android:keyOutputText=".cat" android:keyEdgeFlags="left"/>
+ <Key android:keyLabel=".com" android:keyOutputText=".com"/>
+ <Key android:keyLabel=".info" android:keyOutputText=".info"/>
+ <Key android:keyLabel=".net" android:keyOutputText=".net"/>
+ <Key android:keyLabel=".org" android:keyOutputText=".org"/>
+ </Row>
+ <Row android:rowEdgeFlags="bottom">
+ <Key android:keyLabel=".eu" android:keyOutputText=".eu" android:keyEdgeFlags="left"/>
+ <Key android:keyLabel=".ad" android:keyOutputText=".ad"/>
+ <Key android:keyLabel=".es" android:keyOutputText=".es"/>
+ <Key android:keyLabel=".fr" android:keyOutputText=".fr"/>
+ <Key android:keyLabel=".it" android:keyOutputText=".it"/>
+ </Row>
+</Keyboard>