summaryrefslogtreecommitdiff
path: root/src/ui/android/res/layout/input.xml
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-28 14:47:20 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-28 14:47:20 +0100
commit6352799ccb7d7b9c7d006fd1149b1a977f78e9b3 (patch)
treeb4db91f52d0c0777be3ff92ca1beb3b8c0bab91c /src/ui/android/res/layout/input.xml
parentb1611eccd82fa28d3a701a87291dc8d83537071e (diff)
parenta45c735545052501e53ecccfa33d0c3e42cc25fd (diff)
Merge branch 'master' into new-website
# Conflicts: # index.html
Diffstat (limited to 'src/ui/android/res/layout/input.xml')
-rw-r--r--src/ui/android/res/layout/input.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/android/res/layout/input.xml b/src/ui/android/res/layout/input.xml
deleted file mode 100644
index fdef07a53..000000000
--- a/src/ui/android/res/layout/input.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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"
- />