diff options
| author | 2013-10-07 18:21:53 -0700 | |
|---|---|---|
| committer | 2013-10-07 18:21:59 -0700 | |
| commit | b20d63a671915e00d7ee1b3b53db8d9052fa0fd5 (patch) | |
| tree | a69ae4ed9aa66dbf42d154e4b4addcb5bc01abcc | |
| parent | 9470cd95dcf691eec33839065948bd32aab06fc6 (diff) | |
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
| -rw-r--r-- | packages/PrintSpooler/res/values/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/values/themes.xml b/packages/PrintSpooler/res/values/themes.xml index bb41527baacc..86f4a3716110 100644 --- a/packages/PrintSpooler/res/values/themes.xml +++ b/packages/PrintSpooler/res/values/themes.xml @@ -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"> |