添加项目
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid
|
||||
android:color="@color/chat_bubble_other_color_lively"/>
|
||||
|
||||
<corners
|
||||
android:radius="10.96dp"
|
||||
android:topLeftRadius="2.19dp" />
|
||||
|
||||
<stroke
|
||||
android:color="#DDDDDD"
|
||||
android:width="0.96dp"/>
|
||||
|
||||
<padding
|
||||
android:bottom="5.4dp"
|
||||
android:top="5.4dp"
|
||||
android:left="5.4dp"
|
||||
android:right="5.4dp"/>
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid
|
||||
android:color="@color/chat_bubble_self_color_lively"/>
|
||||
|
||||
<corners
|
||||
android:radius="10.96dp"
|
||||
android:topRightRadius="2.19dp" />
|
||||
|
||||
<padding
|
||||
android:bottom="5.4dp"
|
||||
android:top="5.4dp"
|
||||
android:left="5.4dp"
|
||||
android:right="5.4dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="chat_bubble_other_color_lively">#F8F8F9</color>
|
||||
<color name="chat_bubble_self_color_lively">@color/core_bubble_bg_color_lively</color>
|
||||
<color name="chat_input_layout_bg_lively">#F4F6F9</color>
|
||||
|
||||
<color name="chat_unread_dot_bg_color_lively">#FFFFFFFF</color>
|
||||
|
||||
<color name="chat_custom_msg_text_color_lively">#FFFFFF</color>
|
||||
<color name="chat_custom_msg_link_color_lively">#C23D26</color>
|
||||
|
||||
<color name="chat_other_msg_text_color_lively">#000000</color>
|
||||
<color name="chat_self_msg_text_color_lively">#FFFFFF</color>
|
||||
|
||||
<color name="chat_self_custom_msg_text_color_lively">#FFFFFF</color>
|
||||
<color name="chat_self_custom_msg_link_color_lively">#C23D26</color>
|
||||
<color name="chat_other_custom_msg_text_color_lively">#000000</color>
|
||||
<color name="chat_other_custom_msg_link_color_lively">#C23D26</color>
|
||||
|
||||
<color name="chat_tip_text_color_lively">#FF7756</color>
|
||||
|
||||
<color name="chat_self_reply_quote_bg_color_lively">#17000000</color>
|
||||
<color name="chat_self_reply_line_bg_color_lively">#66DF4924</color>
|
||||
<color name="chat_self_reply_quote_text_color_lively">#FFE1EC</color>
|
||||
<color name="chat_self_reply_text_color_lively">#FFFFFF</color>
|
||||
|
||||
<color name="chat_other_reply_quote_bg_color_lively">#0D444444</color>
|
||||
<color name="chat_other_reply_line_bg_color_lively">#1A444444</color>
|
||||
<color name="chat_other_reply_quote_text_color_lively">#FF888888</color>
|
||||
<color name="chat_other_reply_text_color_lively">#000000</color>
|
||||
|
||||
<color name="chat_read_receipt_text_color_lively">#ECA08E</color>
|
||||
<color name="chat_react_text_color_lively">#FFFFFF</color>
|
||||
<color name="chat_react_other_text_color_lively">#888888</color>
|
||||
|
||||
<color name="chat_pressed_bg_color_lively">#19FF8E82</color>
|
||||
</resources>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="TUIChatLivelyTheme" parent="TUIBaseLivelyTheme">
|
||||
<item name="chat_bubble_self_bg_color">@color/chat_bubble_self_color_lively</item>
|
||||
<item name="chat_bubble_other_bg_color">@color/chat_bubble_other_color_lively</item>
|
||||
|
||||
<item name="chat_bubble_self_bg">@drawable/chat_bubble_self_bg_lively</item>
|
||||
<item name="chat_bubble_other_bg">@drawable/chat_bubble_other_bg_lively</item>
|
||||
|
||||
<item name="chat_input_area_bg">@color/chat_input_layout_bg_lively</item>
|
||||
|
||||
<item name="chat_unread_dot_bg_color">@color/chat_unread_dot_bg_color_lively</item>
|
||||
<item name="chat_unread_dot_text_color">?attr/core_primary_color</item>
|
||||
|
||||
<item name="chat_title_bar_more_menu">@drawable/chat_title_bar_more_menu_lively</item>
|
||||
|
||||
<item name="chat_other_msg_text_color">@color/chat_other_msg_text_color_lively</item>
|
||||
<item name="chat_self_msg_text_color">@color/chat_self_msg_text_color_lively</item>
|
||||
<item name="chat_self_custom_msg_text_color">@color/chat_self_custom_msg_text_color_lively</item>
|
||||
<item name="chat_other_custom_msg_text_color">@color/chat_other_custom_msg_text_color_lively</item>
|
||||
<item name="chat_self_custom_msg_link_color">@color/chat_self_custom_msg_link_color_lively</item>
|
||||
<item name="chat_other_custom_msg_link_color">@color/chat_other_custom_msg_link_color_lively</item>
|
||||
|
||||
<item name="chat_tip_text_color">@color/chat_tip_text_color_lively</item>
|
||||
|
||||
<item name="chat_self_reply_quote_bg_color">@color/chat_self_reply_quote_bg_color_lively</item>
|
||||
<item name="chat_other_reply_quote_bg_color">@color/chat_other_reply_quote_bg_color_lively</item>
|
||||
<item name="chat_self_reply_line_bg_color">@color/chat_self_reply_line_bg_color_lively</item>
|
||||
<item name="chat_other_reply_line_bg_color">@color/chat_other_reply_line_bg_color_lively</item>
|
||||
<item name="chat_self_reply_quote_text_color">@color/chat_self_reply_quote_text_color_lively</item>
|
||||
<item name="chat_other_reply_quote_text_color">@color/chat_other_reply_quote_text_color_lively</item>
|
||||
<item name="chat_self_reply_text_color">@color/chat_self_reply_text_color_lively</item>
|
||||
<item name="chat_other_reply_text_color">@color/chat_other_reply_text_color_lively</item>
|
||||
|
||||
<item name="chat_read_receipt_text_color">@color/chat_read_receipt_text_color_lively</item>
|
||||
<item name="chat_react_text_color">@color/chat_react_text_color_lively</item>
|
||||
<item name="chat_react_other_text_color">@color/chat_react_other_text_color_lively</item>
|
||||
<item name="chat_reply_detail_icon">@drawable/chat_reply_icon_lively</item>
|
||||
<item name="chat_jump_recent_down_icon">@drawable/chat_ic_arrow_down_lively</item>
|
||||
<item name="chat_jump_recent_up_icon">@drawable/chat_ic_arrow_up_lively</item>
|
||||
|
||||
<item name="chat_pressed_bg_color">@color/chat_pressed_bg_color_lively</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user