安卓——AppTheme

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.mythem">
    <item name="windowNoTitle">true</item>
    <item name="android:windowFullscreen">true</item>

</style>
</resources>
AndroidManifest.xml配置
<application
    android:allowBackup="true"
    android:icon="@drawable/ico"
    android:label="@string/app_name"
    android:roundIcon="@drawable/ico"
    android:supportsRtl="true"
    android:theme="@style/AppTheme.mythem">
posted @ 2018-06-29 02:31  baobaoMaster  阅读(205)  评论(0编辑  收藏  举报