From 907825548b191af02f1746e531f0475d04c28036 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Tue, 19 Aug 2014 14:04:35 +0900 Subject: [PATCH] Use FrameLayout for the backing view If we render our UI around the composing text in the fullscreen mode, probably we need to have our views under android.R.id.extractArea, which is implemented as FrameLayout. Therefore, using FrameLayout for the backing view makes it easy to simplify the code between normal mode and full screen mode. Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8 --- 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 7bfda3ae2..a4bcdcc8a 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" > -