初始代码

This commit is contained in:
2025-09-03 18:52:07 +08:00
parent 2d21a47e87
commit 6e3e30efa5
3249 changed files with 239147 additions and 0 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="conversation_tab_selected_lively">#FF3B30</color>
</resources>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TUIConversationLivelyTheme" parent="TUIBaseLivelyTheme">
<item name="conversation_tab_selected">@color/conversation_tab_selected_lively</item>
</style>
</resources>