优化颜色
This commit is contained in:
parent
d8bf779c8f
commit
8cbb9274e9
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="blue_200">#90CAF9</color>
|
<color name="blue_200">#90CAF9</color>
|
||||||
<color name="blue_A80_100">#CCBBDEFB</color>
|
<color name="blue_100">#BBDEFB</color>
|
||||||
<color name="blue_500">#2196F3</color>
|
<color name="blue_500">#2196F3</color>
|
||||||
<color name="blue_700">#1976D2</color>
|
<color name="blue_700">#1976D2</color>
|
||||||
<color name="pink_200">#F48FB1</color>
|
<color name="pink_200">#F48FB1</color>
|
||||||
<color name="pink_700">#C2185B</color>
|
<color name="pink_700">#C2185B</color>
|
||||||
<color name="pink_500">#E91E63</color>
|
<color name="pink_500">#E91E63</color>
|
||||||
|
<color name="pink_100">#F8BBD0</color>
|
||||||
<color name="white_200">#F0F0F3</color>
|
<color name="white_200">#F0F0F3</color>
|
||||||
|
|
||||||
<color name="black">#FF000000</color>
|
<color name="black">#FF000000</color>
|
||||||
|
|
|
@ -14,6 +14,11 @@
|
||||||
<style name="Theme.rust.Concept" parent="Base.rust.Concept"/>
|
<style name="Theme.rust.Concept" parent="Base.rust.Concept"/>
|
||||||
|
|
||||||
<style name="Base.rust.Concept" parent="Theme.Material3.DayNight.NoActionBar">
|
<style name="Base.rust.Concept" parent="Theme.Material3.DayNight.NoActionBar">
|
||||||
|
<item name="colorPrimary">@color/pink_500</item>
|
||||||
|
<item name="colorPrimaryContainer">@color/pink_200</item>
|
||||||
|
<item name="colorSurfaceVariant">@color/pink_100</item>
|
||||||
|
<item name="colorSecondary">@color/blue_500</item>
|
||||||
|
<item name="colorSecondaryContainer">@color/blue_100</item>
|
||||||
<!-- <item name="windowActionBar">false</item>-->
|
<!-- <item name="windowActionBar">false</item>-->
|
||||||
<!-- <item name="windowNoTitle">true</item>-->
|
<!-- <item name="windowNoTitle">true</item>-->
|
||||||
<item name="md_corner_radius">28dp</item>
|
<item name="md_corner_radius">28dp</item>
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# Location of the SDK. This is only used by Gradle.
|
# Location of the SDK. This is only used by Gradle.
|
||||||
# For customization when using a Version Control System, please read the
|
# For customization when using a Version Control System, please read the
|
||||||
# header note.
|
# header note.
|
||||||
#Tue Jul 19 20:26:21 CST 2022
|
#Mon Jul 25 19:57:10 CST 2022
|
||||||
sdk.dir=D\:\\Document\\AndroidSdk
|
sdk.dir=D\:\\Android_SDK
|
||||||
|
|
Loading…
Reference in New Issue
Block a user