Evolver: adjustments for material expressive design

Change-Id: I7b1c987beea4eff822d0715821893f7564191bae
Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
This commit is contained in:
rmp22
2025-05-02 16:12:37 +09:00
committed by Joey Huab
parent 9d819df6c6
commit 7bc56b321c
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2024 The Evolution X Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="settingslib_preference_fg_color">@*android:color/system_neutral1_900</color>
</resources>

View File

@@ -7,7 +7,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="font_drop_down_bg_light">@*android:color/system_surface_bright_light</color>
<color name="font_drop_down_bg_dark">@*android:color/system_surface_bright_dark</color>
<color name="user_crd_bg">@color/settingslib_preference_bg_color</color>
<color name="user_crd_bg">@color/settingslib_preference_fg_color</color>
<color name="op_control_text_color_primary">@color/op_control_text_color_primary_light</color>
<color name="op_control_text_color_primary_inverse">#ffffff</color>
<color name="op_control_text_color_primary_inverse_translucent">#E0ffffff</color>
@@ -22,4 +22,5 @@
<color name="op_control_accent_color_green_light">#ff0bd270</color>
<color name="op_control_accent_color_green_dark">#ff06743e</color>
<color name="option_border_default">#5f6368</color>
<color name="settingslib_preference_fg_color">@*android:color/system_neutral1_100</color>
</resources>