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/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">
5
<item name="android:windowFullscreen">true</item>
6
<item name="android:windowNoTitle">true</item>
7
</style>
8
</resources>
9
10