summaryrefslogtreecommitdiff
path: root/src/ui/android/res/layout/input.xml
blob: fdef07a5380080713175e767b1fa5815b1184fc2 (plain)
1
2
3
4
5
6
7
8
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"
        />