OSDN Git Service

Use original theme for SuggestsionsPopupWindow
authorSeigo Nonaka <nona@google.com>
Thu, 12 May 2016 09:18:12 +0000 (18:18 +0900)
committerSeigo Nonaka <nona@google.com>
Tue, 17 May 2016 04:53:21 +0000 (13:53 +0900)
commite9f54bfde27327df4b1c820a97df00546cffe1e9
tree82ee389162a5dee543a22072f3b826de63d3dae0
parent11d9586117e983e36b2467bcb436200268cd0933
Use original theme for SuggestsionsPopupWindow

Some application set textColorPrimary as white, as the result the
suggestion window draws white text on white background.
To avoid this UX, always uses original theme for suggestions popup
window.

Bug: 28371168
Change-Id: I2ef41d162b63a7e277decc2065609a7d43590afe
core/java/android/widget/Editor.java