Bug 1114774 - Hide the status bar on the share overlay. r=liuche

Otherwise, on Android L, it would slide up the screen as the Activity animated
in.

--HG--
extra : rebase_source : 14c70f46ef0b11b6153ae979016ae27d1d1c13ef
This commit is contained in:
Michael Comella 2015-02-26 17:46:15 -08:00
parent 37eab7415f
commit b5b1e8ba66

View File

@ -824,6 +824,9 @@
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:backgroundDimEnabled">true</item>
<!-- We display the overlay on top of other Activities so show their status bar. -->
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="TextAppearance.FirstrunLight"/>