1:styles.xml

<!-- Activity theme -->
    <style name="CustomTheme" parent="android:Theme">
        <item name="android:windowTitleBackgroundStyle">@style/TitleBackground</item>
    </style>
    <style name="TitleBackground">
        <item name="android:background">#ff8f26</item>
    </style>

2:AndroidManifest.xml

<activity
            android:theme="@style/CustomTheme">

相关文章:

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