CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/android/res/values-v28/styles.xml
Views: 1401
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
<color name="black">#FF000000</color>
4
<style name="ppsspp_style" parent="android:Theme.DeviceDefault">
5
<item name="android:windowFullscreen">true</item>
6
<item name="android:windowNoTitle">true</item>
7
<item name="android:navigationBarColor">@color/black</item>
8
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
9
<item name="android:windowTranslucentStatus">true</item>
10
<!-- TODO: Our rendering is not ready for these yet.
11
<item name="android:windowTranslucentNavigation">true</item>
12
-->
13
</style>
14
</resources>
15
16