Merge "Fix bug 5228657 - Input method window rendered with titlebar"

This commit is contained in:
Adam Powell
2011-09-07 11:43:17 -07:00
committed by Android (Google) Code Review

View File

@@ -618,7 +618,7 @@ public class InputMethodService extends AbstractInputMethodService {
mTheme = Resources.selectSystemTheme(mTheme, mTheme = Resources.selectSystemTheme(mTheme,
getApplicationInfo().targetSdkVersion, getApplicationInfo().targetSdkVersion,
android.R.style.Theme_InputMethod, android.R.style.Theme_InputMethod,
android.R.style.Theme_Holo, android.R.style.Theme_Holo_InputMethod,
android.R.style.Theme_DeviceDefault_InputMethod); android.R.style.Theme_DeviceDefault_InputMethod);
super.setTheme(mTheme); super.setTheme(mTheme);
super.onCreate(); super.onCreate();