android style

作者: 酷酷de熊 | 来源:发表于2018-06-14 15:13 被阅读3次

app\src\main\res\values\styles.xml 设置全屏风格

    <style name="FullScreenTheme" parent="Theme.AppCompat.Light.NoActionBar">

        <item name="android:windowNoTitle">true</item>

        <item name="android:windowFullscreen">true</item>

        <item name="android:windowEnableSplitTouch">false</item>

        <item name="android:splitMotionEvents">false</item>

    </style>

相关文章

网友评论

    本文标题:android style

    本文链接:https://www.haomeiwen.com/subject/ossyeftx.html