From 36a97e4030010298736928f9b391a390fea6941b Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 7 Sep 2011 11:27:49 -0700 Subject: Fix bug 5228657 - Input method window rendered with titlebar Use the correct Holo-based IME theme for IMEs targeting >= 11 and < ICS. Change-Id: Id154a927ab8439c357dc44996155f92414e2c876 --- core/java/android/inputmethodservice/InputMethodService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/inputmethodservice/InputMethodService.java') diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index 370e22a0f84c..7d3cd9249aa4 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -618,7 +618,7 @@ public class InputMethodService extends AbstractInputMethodService { mTheme = Resources.selectSystemTheme(mTheme, getApplicationInfo().targetSdkVersion, android.R.style.Theme_InputMethod, - android.R.style.Theme_Holo, + android.R.style.Theme_Holo_InputMethod, android.R.style.Theme_DeviceDefault_InputMethod); super.setTheme(mTheme); super.onCreate(); -- cgit v1.2.3