TongWee

可以在res/values/styles.xml中,设置配色方案。

<resources>
    <style name="AppTheme" parent="android:ThemeOverlay.Material.ActionBar">
        <!-- Customize your theme here. -->
        <item name="android:colorAccent">@color/color_Accent</item>
        <item name="android:colorPrimary">@color/color_Primary</item>
        <item name="android:colorPrimaryDark">@color/color_PrimaryDark</item>
        <item name="android:textColorPrimary">@color/color_textColorPrimary</item>
        <item name="android:windowBackground">@color/color_windowBackground</item>
    </style>
</resources>

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2021-06-09
  • 2021-04-19
猜你喜欢
  • 2021-09-17
  • 2022-12-23
  • 2021-11-28
  • 2021-08-14
  • 2021-11-07
  • 2021-10-18
  • 2021-11-01
相关资源
相似解决方案