美文网首页
2018-01-22

2018-01-22

作者: a2bfbb8a095f | 来源:发表于2018-01-22 17:39 被阅读0次
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
</style>


<style name="CustomTheme" parent="AppTheme">
    <item name="android:windowIsTranslucent">true</item>
    <item name="android:windowBackground">@android:color/transparent</item>
</style> 

相关文章

网友评论

      本文标题:2018-01-22

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