From 1a1c5e0f605f275166467420cbce2290f468ab26 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Sat, 16 Aug 2014 12:34:01 +0900 Subject: [PATCH] Use RelativeLayout for the backing view RelativeLayout allows the IME to place its UI element at an arbitrary position on the backing view. Change-Id: Ib40d2111f56d8f38007e37c6c47536db3f0bef75 --- java/res/layout/input_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml index ff0b403d1..7bfda3ae2 100644 --- a/java/res/layout/input_view.xml +++ b/java/res/layout/input_view.xml @@ -25,7 +25,7 @@ android:gravity="bottom|center_horizontal" android:orientation="vertical" > -