commit | 907825548b191af02f1746e531f0475d04c28036 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Tue Aug 19 14:04:35 2014 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Tue Aug 19 14:04:35 2014 +0900 |
tree | 1024a22ba259f178ae07a9b873ccbc104a6b825e | |
parent | 23f41049d69b17402d91506ef1283d7eb48ba430 [diff] |
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