now the Android App has a translation keyboard which allows the translations to be done from inside another application

This commit is contained in:
kr.angelov
2013-11-13 10:45:20 +00:00
parent fa4c327463
commit ab1856046f
31 changed files with 1181 additions and 11 deletions

View File

@@ -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"
/>