summaryrefslogtreecommitdiff
path: root/src/ui/android/res/xml/popup_keyboard.xml
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-11-13 10:45:20 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-11-13 10:45:20 +0000
commitab1856046ffca7187d7d806a454729d9fb1bbecc (patch)
tree597f4487fd607d771a99f220509d647e7627564f /src/ui/android/res/xml/popup_keyboard.xml
parentfa4c327463f01eae2e0fda7deb82c4e9f40797cf (diff)
now the Android App has a translation keyboard which allows the translations to be done from inside another application
Diffstat (limited to 'src/ui/android/res/xml/popup_keyboard.xml')
-rw-r--r--src/ui/android/res/xml/popup_keyboard.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/android/res/xml/popup_keyboard.xml b/src/ui/android/res/xml/popup_keyboard.xml
new file mode 100644
index 000000000..521d3d278
--- /dev/null
+++ b/src/ui/android/res/xml/popup_keyboard.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
+ android:keyWidth="10%p"
+ android:keyHeight="10%p">
+</Keyboard> \ No newline at end of file