feat: 修改主题色且去掉actionBar

This commit is contained in:
niushuai233 2022-10-20 14:23:54 +08:00
parent 079695c664
commit ac711521cf

View File

@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.DevControl" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.DevControl" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>