Set android:windowSharedElementsUseOverlay to false
This commit is contained in:
parent
1aa6aec9cb
commit
f27dbdab3d
3 changed files with 9 additions and 31 deletions
|
|
@ -5,6 +5,8 @@
|
|||
<item name="rect_selector">@drawable/rect_ripple_selector_dark</item>
|
||||
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
|
||||
<item name="android:windowSharedElementsUseOverlay">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Light" parent="Theme.Phonograph.Base.Light">
|
||||
|
|
@ -12,6 +14,8 @@
|
|||
<item name="rect_selector">@drawable/rect_ripple_selector</item>
|
||||
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
|
||||
<item name="android:windowSharedElementsUseOverlay">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Black" parent="Theme.Phonograph.Base.Black">
|
||||
|
|
@ -19,6 +23,8 @@
|
|||
<item name="rect_selector">@drawable/rect_ripple_selector_dark</item>
|
||||
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
|
||||
<item name="android:windowSharedElementsUseOverlay">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Notification" parent="@android:style/TextAppearance.Material.Notification" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue