<style
        name="Theme.IOSched"
        parent="android:style/Theme.Light">
        <item
            name="android:windowNoTitle">true</item>
        <item
            name="android:windowContentOverlay">@null</item>
    </style>

然后再manifest里对应的activity中添加 android:theme="@style/Theme.IOSched"

相关文章:

  • 2022-12-23
  • 2021-07-23
  • 2021-08-31
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-23
  • 2022-02-07
  • 2021-12-18
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案