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/layout/input.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/layout/input.xml')
| -rw-r--r-- | src/ui/android/res/layout/input.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/android/res/layout/input.xml b/src/ui/android/res/layout/input.xml new file mode 100644 index 000000000..fdef07a53 --- /dev/null +++ b/src/ui/android/res/layout/input.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> + +<org.grammaticalframework.ui.android.TranslatorKeyboardView + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/keyboard" + android:layout_alignParentBottom="true" + android:layout_width="match_parent" + android:layout_height="wrap_content" + /> |
