Merge "Fix bug 5228657 - Input method window rendered with titlebar"
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user