mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
15 lines
598 B
XML
15 lines
598 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<color name="black">#FF000000</color>
|
|
<style name="ppsspp_style" parent="android:Theme.DeviceDefault">
|
|
<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>
|
|
<!-- TODO: Our rendering is not ready for these yet.
|
|
<item name="android:windowTranslucentNavigation">true</item>
|
|
-->
|
|
</style>
|
|
</resources>
|