您的位置:首页 > Web前端 > CSS

沉浸式标题栏样式

2016-05-17 19:22 609 查看
values-v11下

//去标题

  <style name="AppBaseTheme" parent="android:Theme.Holo.Light">

        <!-- API 11 theme customizations can go here. -->

        <item name="@style/qubiaoti">@style/qubiaoti</item>

    </style>

//沉浸式标题栏样式

<style name="FullBleedTheme" parent="@android:Theme.Holo.Light.NoActionBar.TranslucentDecor">

       <!--  API 19 theme customizations can go here. -->

       <item name="@style/qubiaoti">@style/qubiaoti</item>

       <item name="@style/AppBaseTheme">@style/AppBaseTheme</item>
    </style>

//项目清单中  给类设置样式

  android:theme="@style/FullBleedTheme" 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: