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-v21/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
</style>
9
</resources>
10
11