首页 > android 如何给5.0以前的版本设置colorPrimary,colorPrimaryDark

android 如何给5.0以前的版本设置colorPrimary,colorPrimaryDark

android 如何给5.0以前的版本设置colorPrimary,colorPrimaryDark


<style name="BaseAppTheme" parent="android:Theme.Holo.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/primary</item>
        <item name="colorPrimaryDark">@color/primary_dark</item>
        <item name="colorAccent">#FF4081</item>
        <item name="android:fitsSystemWindows">true</item>
  </style>
  
  希望对你有用

在theme修改

【热门文章】
【热门文章】