初始代码
@@ -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:topRightRadius="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:topLeftRadius="2.19dp" />
|
||||
|
||||
<padding
|
||||
android:bottom="5.4dp"
|
||||
android:top="5.4dp"
|
||||
android:left="5.4dp"
|
||||
android:right="5.4dp"/>
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 1.6 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>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient android:startColor="?attr/core_header_start_color"
|
||||
android:endColor="?attr/core_header_start_color"/>
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="core_title_bar_text_bg_lively">#FFFFFFFF</color>
|
||||
<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_react_text_color_lively">#FFFFFF</color>
|
||||
|
||||
<color name="chat_read_receipt_text_color_lively">#ECA08E</color>
|
||||
<color name="chat_react_other_text_color_lively">#888888</color>
|
||||
</resources>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="TIMCommonLivelyTheme" parent="@style/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_react_text_color">@color/chat_react_text_color_lively</item>
|
||||
|
||||
<item name="chat_read_receipt_text_color">@color/chat_read_receipt_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="core_line_controller_view_switch_btn_selected_bg">@color/core_primary_color_lively</item>
|
||||
<item name="core_selected_icon">@drawable/core_selected_icon_lively</item>
|
||||
<item name="core_title_bar_bg">@drawable/core_title_bar_bg_lively</item>
|
||||
<item name="core_title_bar_text_bg">@color/core_title_bar_text_bg_lively</item>
|
||||
<item name="core_title_bar_back_icon">@drawable/core_title_bar_back_lively</item>
|
||||
<item name="core_default_group_icon_public">@drawable/core_default_group_icon_public_lively</item>
|
||||
<item name="core_default_group_icon_work">@drawable/core_default_group_icon_work_lively</item>
|
||||
<item name="core_default_group_icon_meeting">@drawable/core_default_group_icon_meeting_lively</item>
|
||||
<item name="core_default_group_icon_community">@drawable/core_default_group_icon_community_lively</item>
|
||||
<item name="core_default_user_icon">@drawable/core_default_user_icon_lively</item>
|
||||
<item name="user_status_online">@drawable/core_online_status_lively</item>
|
||||
<item name="user_status_offline">@drawable/core_icon_offline_status</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||