Merge "Fix bug 5185375 - ICS Fit+Finish: Full-screen IME"
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="8dip"
|
||||
android:paddingRight="8dip"
|
||||
android:background="@android:drawable/keyboard_accessory_bg_landscape"
|
||||
>
|
||||
|
||||
<android.inputmethodservice.ExtractButton android:id="@+id/inputExtractAction"
|
||||
|
||||
@@ -717,9 +717,9 @@ please see themes_device_defaults.xml.
|
||||
{@link android.inputmethodservice.InputMethodService} class.
|
||||
this inherits from Theme.Panel, but sets up IME appropriate animations
|
||||
and a few custom attributes. -->
|
||||
<style name="Theme.Holo.InputMethod" parent="Theme.Holo.Panel">
|
||||
<style name="Theme.Holo.InputMethod" parent="Theme.Holo.Light.Panel">
|
||||
<item name="android:windowAnimationStyle">@android:style/Animation.InputMethod</item>
|
||||
<item name="android:imeFullscreenBackground">@android:drawable/input_method_fullscreen_background_holo</item>
|
||||
<item name="android:imeFullscreenBackground">@android:drawable/screen_background_selector_light</item>
|
||||
<item name="android:imeExtractEnterAnimation">@android:anim/input_method_extract_enter</item>
|
||||
<item name="android:imeExtractExitAnimation">@android:anim/input_method_extract_exit</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user