mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 02:46:05 +00:00
13 lines
390 B
XML
13 lines
390 B
XML
<resources>
|
|
|
|
<!--
|
|
Use a black background to avoid the transparent background when switching apps.
|
|
android:windowBackgroundFallback is supposed to do this, but it wasn't working for
|
|
me as of Android 7.1
|
|
-->
|
|
<style name="StreamBaseTheme" parent="AppBaseTheme">
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
</style>
|
|
|
|
</resources>
|