Provide default fallback in theme
This reverts a part of Ifb724b5c5feea3ed70d68e5bd7615fa91185e743: Since we enforce the background to be non-translucent, this part can be reverted and only causes unnecessary regressions. Change-Id: Ide7b60ee05eb275344fee2f4370f0e8461ef2783 Fixes: 29192742
This commit is contained in:
@@ -174,6 +174,7 @@ please see themes_device_defaults.xml.
|
||||
|
||||
<!-- Window attributes -->
|
||||
<item name="windowBackground">@drawable/screen_background_selector_dark</item>
|
||||
<item name="windowBackgroundFallback">?attr/colorBackground</item>
|
||||
<item name="windowClipToOutline">false</item>
|
||||
<item name="windowFrame">@null</item>
|
||||
<item name="windowNoTitle">false</item>
|
||||
|
||||
Reference in New Issue
Block a user