aboutsummaryrefslogtreecommitdiff
path: root/src/main/res/xml-ca
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2015-01-10 03:35:38 +0000
committerMenny Even Danan <menny@evendanan.net>2015-01-10 03:35:38 +0000
commit39f4162d1827135e050410bc2c695a5b1b49952c (patch)
tree7fb677d6f28b01596529bb8f3b5a822b1bc95284 /src/main/res/xml-ca
parentd48a9b65091483b6dd7fa9d0d40ac85351753d19 (diff)
downloadAnySoftKeyboard-39f4162d1827135e050410bc2c695a5b1b49952c.tar.gz
AnySoftKeyboard-39f4162d1827135e050410bc2c695a5b1b49952c.tar.bz2
re-enabling Robolectric tests. Issue #377
Change-Id: I36b75220ddb99fe8f4ef55ccf172c50cca0c5b65
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>