初始代码
This commit is contained in:
BIN
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 471 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 639 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 896 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 965 B |
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="customer_service_item_text_color_serious">#368DFF</color>
|
||||
<color name="customer_service_reply_quote_text_color_serious">#D4E2FF</color>
|
||||
<color name="product_close_color_serious">#3370ff</color>
|
||||
<color name="evaluation_number_default_color_serious">#006eff</color>
|
||||
<color name="submit_bg_color_serious">#3370ff</color>
|
||||
</resources>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="TUICustomerServiceSeriousTheme" parent="TUIBaseSeriousTheme">
|
||||
<item name="customer_service_item_text_color">@color/customer_service_item_text_color_serious</item>
|
||||
<item name="product_close_color">@color/product_close_color_serious</item>
|
||||
<item name="number_default_color">@color/evaluation_number_default_color_serious</item>
|
||||
<item name="submit_bg_color">@color/submit_bg_color_serious</item>
|
||||
<item name="customer_service_icon">@drawable/customer_service_icon_serious</item>
|
||||
<item name="customer_service_item_arrow">@drawable/customer_service_item_arrow_serious</item>
|
||||
<item name="evaluation_number_active_bg">@drawable/evaluation_number_active_bg_serious</item>
|
||||
<item name="send_suggest_icon">@drawable/send_suggest_icon_serious</item>
|
||||
<item name="number_default_bg">@drawable/evaluation_number_default_bg_serious</item>
|
||||
<item name="title_refresh">@drawable/title_refresh_serious</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user