2019-10-06 13:25:10 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<resources>
|
|
|
|
|
<color name="black">#FF000000</color>
|
2020-12-20 13:59:05 +01:00
|
|
|
<style name="ppsspp_style" parent="android:Theme.DeviceDefault">
|
2019-10-06 13:25:10 +02:00
|
|
|
<item name="android:windowFullscreen">true</item>
|
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
|
<item name="android:navigationBarColor">@color/black</item>
|
|
|
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
|
|
|
<item name="android:windowTranslucentStatus">true</item>
|
2020-03-31 00:47:01 +02:00
|
|
|
<!-- TODO: Our rendering is not ready for these yet.
|
|
|
|
|
<item name="android:windowTranslucentNavigation">true</item>
|
|
|
|
|
-->
|
2019-10-06 13:25:10 +02:00
|
|
|
</style>
|
|
|
|
|
</resources>
|