<style name="Theme.IOSched" parent="android:style/Theme.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
本文介绍如何在Android项目的values目录下定义样式,并在Application中进行引用,实现无标题、无内容覆盖的效果。
<style name="Theme.IOSched" parent="android:style/Theme.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
508
192
295

被折叠的 条评论
为什么被折叠?