diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-11-13 10:45:20 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-11-13 10:45:20 +0000 |
| commit | ab1856046ffca7187d7d806a454729d9fb1bbecc (patch) | |
| tree | 597f4487fd607d771a99f220509d647e7627564f /src/ui/android/res/xml/method.xml | |
| parent | fa4c327463f01eae2e0fda7deb82c4e9f40797cf (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/method.xml')
| -rw-r--r-- | src/ui/android/res/xml/method.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/android/res/xml/method.xml b/src/ui/android/res/xml/method.xml new file mode 100644 index 000000000..af83761ca --- /dev/null +++ b/src/ui/android/res/xml/method.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- The attributes in this XML file provide configuration information --> +<!-- for the Search Manager. --> + +<input-method xmlns:android="http://schemas.android.com/apk/res/android"> +</input-method> |
