Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b20d63a6 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Make the print dialog floating.

The print dialog was full-screen which was not really needed and was
causing the dialog to jump instead of animate up/down when the IME
shows/hides.

bug:11116648

Change-Id: Ifb46fd80a90948270a1fa9c875258b8d0cdfc111
parent 9470cd95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:backgroundDimEnabled">true</item>
        <item name="android:colorBackgroundCacheHint">@android:color/transparent</item>
        <item name="android:windowIsFloating">true</item>
    </style>

    <style name="SelectPrinterActivityTheme" parent="@android:style/Theme.Holo.Light">