Fix hideItem radius bug

Optimize layout code
This commit is contained in:
2022-03-21 19:17:38 +08:00
parent dc3beae036
commit e05806f335
4 changed files with 20 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
<style name="Theme.OxygenToolbox" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorPrimaryVariant">@color/purple_500</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>