Files
Android-OpenGL-Simple/第20章 BN赛艇/BNST/res/values/styles.xml
2022-09-19 18:05:01 +08:00

9 lines
282 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="FullHeightDialog"
parent="android:style/Theme.Dialog">
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@drawable/dialog</item>
</style>
</resources>