mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
10 lines
350 B
XML
10 lines
350 B
XML
<?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"
|
|
/>
|