fix: 首次提交

This commit is contained in:
2024-12-09 11:25:23 +08:00
parent d0c01071e9
commit 2c2109a5f3
4741 changed files with 290641 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="sud_glif_v3_nav_bar_divider_color_light">@android:color/transparent</color>
<color name="sud_system_button_surface">@color/sud_system_accent1_600</color>
<color name="sud_system_button_text">@color/sud_system_neutral1_50</color>
<color name="sud_system_dividing_line">@color/sud_system_neutral2_200</color>
<style name="SudDynamicColorTheme" parent="SudDynamicColorBaseTheme">
<item name="colorSurface">@color/sud_system_surface</item>
</style>
<style name="SudDynamicColorTheme.Light" parent="SudDynamicColorBaseTheme.Light">
<item name="colorSurface">@color/sud_system_surface</item>
</style>
</resources>