diff options
Diffstat (limited to 'ime/app/src/main/res/xml-se')
| -rw-r--r-- | ime/app/src/main/res/xml-se/popup_domains.xml | 17 |
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> |
