LatinIME/java
Yohei Yukawa 907825548b 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
2014-08-19 14:04:35 +09:00
..
res Use FrameLayout for the backing view 2014-08-19 14:04:35 +09:00
src/com/android/inputmethod Let the backing view cover the entire content area 2014-08-16 12:28:13 +09:00
Android.mk [HW7.5] Introduce the @Nonnull annotation (take 2) 2014-07-30 04:13:58 +00:00
AndroidManifest.xml Remove unnecessary DebugSettingsActivity, use fragment directly 2014-07-23 17:09:46 -07:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00