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
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user