taomenggo init
This commit is contained in:
19
chatkit-ui/src/main/res/drawable/ani_message_audio_from.xml
Normal file
19
chatkit-ui/src/main/res/drawable/ani_message_audio_from.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
<item
|
||||
android:drawable="@drawable/ic_message_from_audio"
|
||||
android:duration="200" />
|
||||
<item
|
||||
android:drawable="@drawable/ic_message_from_audio_1"
|
||||
android:duration="200" />
|
||||
<item
|
||||
android:drawable="@drawable/ic_message_from_audio_2"
|
||||
android:duration="200" />
|
||||
</animation-list>
|
||||
19
chatkit-ui/src/main/res/drawable/ani_message_audio_to.xml
Normal file
19
chatkit-ui/src/main/res/drawable/ani_message_audio_to.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
<item
|
||||
android:drawable="@drawable/ic_message_to_audio"
|
||||
android:duration="200" />
|
||||
<item
|
||||
android:drawable="@drawable/ic_message_to_audio_1"
|
||||
android:duration="200" />
|
||||
<item
|
||||
android:drawable="@drawable/ic_message_to_audio_2"
|
||||
android:duration="200" />
|
||||
</animation-list>
|
||||
12
chatkit-ui/src/main/res/drawable/bg_audioend_button.xml
Normal file
12
chatkit-ui/src/main/res/drawable/bg_audioend_button.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<!-- <path-->
|
||||
<!-- android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"-->
|
||||
<!-- android:fillColor="#7C8EEE"/>-->
|
||||
<path
|
||||
android:pathData="M727.77,553.82l-348.97,209.09C355.49,777.04 325.82,760.09 325.82,732.54V314.33c0,-26.85 29.67,-43.8 52.98,-30.37l348.97,209.09c22.61,14.13 22.61,47.33 0,60.74z"
|
||||
android:fillColor="@color/color_e81e1e"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/bg_audioinit_button.xml
Normal file
13
chatkit-ui/src/main/res/drawable/bg_audioinit_button.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/color_e81e1e"/>
|
||||
<corners android:radius="@dimen/dimen_10_dp"/>
|
||||
</shape>
|
||||
15
chatkit-ui/src/main/res/drawable/bg_audioplay_button.xml
Normal file
15
chatkit-ui/src/main/res/drawable/bg_audioplay_button.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="26dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="26">
|
||||
<path
|
||||
android:pathData="M17.2656,4.0625H20.5156C21.3009,4.0625 21.9375,4.6991 21.9375,5.4844V20.541C21.9375,21.3263 21.3009,21.9629 20.5156,21.9629H17.2656C16.4803,21.9629 15.8438,21.3263 15.8438,20.541V5.4844C15.8438,4.6991 16.4803,4.0625 17.2656,4.0625ZM5.4844,4.0625H8.7344C9.5197,4.0625 10.1562,4.6991 10.1562,5.4844V20.541C10.1562,21.3263 9.5197,21.9629 8.7344,21.9629H5.4844C4.6991,21.9629 4.0625,21.3263 4.0625,20.541V5.4844C4.0625,4.6991 4.6991,4.0625 5.4844,4.0625Z"
|
||||
android:fillColor="@color/color_e81e1e"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/bg_audiostart_button.xml
Normal file
13
chatkit-ui/src/main/res/drawable/bg_audiostart_button.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/color_e81e1e"/>
|
||||
<corners android:radius="@dimen/dimen_2_dp" />
|
||||
</shape>
|
||||
13
chatkit-ui/src/main/res/drawable/bg_cancel_stroke.xml
Normal file
13
chatkit-ui/src/main/res/drawable/bg_cancel_stroke.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dimen_20_dp" />
|
||||
|
||||
<stroke
|
||||
android:width="@dimen/dimen_1_dp"
|
||||
android:color="@color/color_fe6881" />
|
||||
</shape>
|
||||
15
chatkit-ui/src/main/res/drawable/bg_chat_pop_menu.xml
Normal file
15
chatkit-ui/src/main/res/drawable/bg_chat_pop_menu.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<stroke
|
||||
android:color="@color/color_0c000050"
|
||||
android:width="@dimen/dimen_1_dp" />
|
||||
|
||||
<solid android:color="@color/color_white" />
|
||||
<corners android:radius="@dimen/dimen_12_dp" />
|
||||
</shape>
|
||||
10
chatkit-ui/src/main/res/drawable/bg_corner_back.xml
Normal file
10
chatkit-ui/src/main/res/drawable/bg_corner_back.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#7f000000" />
|
||||
<corners android:radius="@dimen/dimen_4_dp" />
|
||||
</shape>
|
||||
10
chatkit-ui/src/main/res/drawable/bg_corner_button.xml
Normal file
10
chatkit-ui/src/main/res/drawable/bg_corner_button.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/color_337eff" />
|
||||
<corners android:radius="@dimen/dimen_4_dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#7dadff"/>
|
||||
<corners android:radius="@dimen/dimen_4_dp" />
|
||||
</shape>
|
||||
9
chatkit-ui/src/main/res/drawable/bg_corner_white.xml
Normal file
9
chatkit-ui/src/main/res/drawable/bg_corner_white.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/color_white" />
|
||||
<corners android:radius="@dimen/dimen_8_dp" />
|
||||
</shape>
|
||||
10
chatkit-ui/src/main/res/drawable/bg_corner_white_stroke.xml
Normal file
10
chatkit-ui/src/main/res/drawable/bg_corner_white_stroke.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/color_white" />
|
||||
<corners android:radius="@dimen/dimen_8_dp" />
|
||||
<stroke android:color="@color/color_dbdde4" android:width="0.5dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/color_white" />
|
||||
<corners android:radius="@dimen/dimen_50_dp" />
|
||||
</shape>
|
||||
11
chatkit-ui/src/main/res/drawable/bg_file_mask.xml
Normal file
11
chatkit-ui/src/main/res/drawable/bg_file_mask.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#88000000" />
|
||||
<corners android:radius="@dimen/dimen_2_dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dimen_6_dp" />
|
||||
|
||||
<solid android:color="@android:color/white"/>
|
||||
<stroke
|
||||
android:width="@dimen/dimen_1_dp"
|
||||
android:color="#f1f1f1" />
|
||||
</shape>
|
||||
14
chatkit-ui/src/main/res/drawable/bg_message_input.xml
Normal file
14
chatkit-ui/src/main/res/drawable/bg_message_input.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
<solid android:color="@color/color_white"/>
|
||||
|
||||
</shape>
|
||||
14
chatkit-ui/src/main/res/drawable/bg_message_search_et.xml
Normal file
14
chatkit-ui/src/main/res/drawable/bg_message_search_et.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="#f4f4f4"/>
|
||||
|
||||
</shape>
|
||||
11
chatkit-ui/src/main/res/drawable/bg_more_item.xml
Normal file
11
chatkit-ui/src/main/res/drawable/bg_more_item.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_white" />
|
||||
<corners android:radius="@dimen/dimen_10_dp" />
|
||||
</shape>
|
||||
27
chatkit-ui/src/main/res/drawable/bg_record_button.xml
Normal file
27
chatkit-ui/src/main/res/drawable/bg_record_button.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="103dp"
|
||||
android:height="103dp"
|
||||
android:viewportWidth="103"
|
||||
android:viewportHeight="103">
|
||||
<path
|
||||
android:pathData="M51.5,51.5m-51.5,0a51.5,51.5 0,1 1,103 0a51.5,51.5 0,1 1,-103 0">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="0"
|
||||
android:startX="51.5"
|
||||
android:endY="135"
|
||||
android:endX="93"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FF6AA1FF"/>
|
||||
<item android:offset="1" android:color="#FF3479EE"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/bg_record_button_wave.xml
Normal file
12
chatkit-ui/src/main/res/drawable/bg_record_button_wave.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/color_4d518ef8"/>
|
||||
</shape>
|
||||
12
chatkit-ui/src/main/res/drawable/bg_shape_corner.xml
Normal file
12
chatkit-ui/src/main/res/drawable/bg_shape_corner.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<stroke android:color="#DEE0E2" android:width="@dimen/dimen_1_dp"/>
|
||||
<solid android:color="@color/color_white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item>
|
||||
<shape android:shape="rectangle" android:thickness="0dp">
|
||||
<solid android:color="#F7F7F7" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:left="0dp">
|
||||
<shape android:shape="rectangle" >
|
||||
<solid android:color="#F7F7F7" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners android:radius="@dimen/dimen_6_dp" />
|
||||
</shape>
|
||||
8
chatkit-ui/src/main/res/drawable/bg_sure_solide.xml
Normal file
8
chatkit-ui/src/main/res/drawable/bg_sure_solide.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dimen_20_dp" />
|
||||
|
||||
<solid android:color="@color/color_fe6881" />
|
||||
|
||||
|
||||
</shape>
|
||||
12
chatkit-ui/src/main/res/drawable/bg_video_duration.xml
Normal file
12
chatkit-ui/src/main/res/drawable/bg_video_duration.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/color_99000000" />
|
||||
<corners android:radius="@dimen/dimen_4_dp" />
|
||||
</shape>
|
||||
19
chatkit-ui/src/main/res/drawable/chat_message_other_bg.xml
Normal file
19
chatkit-ui/src/main/res/drawable/chat_message_other_bg.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dimen_12_dp"
|
||||
android:bottomRightRadius="@dimen/dimen_12_dp"
|
||||
android:topRightRadius="@dimen/dimen_12_dp" />
|
||||
|
||||
<size
|
||||
android:width="@dimen/dimen_32_dp"
|
||||
android:height="@dimen/dimen_32_dp" />
|
||||
|
||||
<solid android:color="@color/color_e8eaed" />
|
||||
|
||||
</shape>
|
||||
19
chatkit-ui/src/main/res/drawable/chat_message_self_bg.xml
Normal file
19
chatkit-ui/src/main/res/drawable/chat_message_self_bg.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dimen_12_dp"
|
||||
android:bottomRightRadius="@dimen/dimen_12_dp"
|
||||
android:topLeftRadius="@dimen/dimen_12_dp" />
|
||||
|
||||
<size
|
||||
android:width="@dimen/dimen_32_dp"
|
||||
android:height="@dimen/dimen_32_dp" />
|
||||
|
||||
<solid android:color="@color/color_6b3689" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dimen_12_dp"
|
||||
android:bottomRightRadius="@dimen/dimen_12_dp"
|
||||
android:topLeftRadius="@dimen/dimen_12_dp" />
|
||||
|
||||
<size
|
||||
android:width="@dimen/dimen_32_dp"
|
||||
android:height="@dimen/dimen_32_dp" />
|
||||
|
||||
<solid android:color="@color/color_white" />
|
||||
<stroke
|
||||
android:width="@dimen/dimen_1_dp"
|
||||
android:color="@color/color_e2e5e8" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dimen_12_dp"
|
||||
android:bottomRightRadius="@dimen/dimen_12_dp"
|
||||
android:topRightRadius="@dimen/dimen_12_dp" />
|
||||
|
||||
<size
|
||||
android:width="@dimen/dimen_32_dp"
|
||||
android:height="@dimen/dimen_32_dp" />
|
||||
|
||||
<solid android:color="@color/color_white" />
|
||||
<stroke
|
||||
android:width="@dimen/dimen_1_dp"
|
||||
android:color="@color/color_e2e5e8" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
|
||||
<solid android:color="@android:color/white"/>
|
||||
<stroke android:color="#d8d8d8" android:width="@dimen/dimen_1_dp"/>
|
||||
<corners android:radius="@dimen/dimen_3_dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/fun_chat_radio_button_selected" android:state_checked="true" />
|
||||
|
||||
<item android:drawable="@drawable/fun_chat_radio_button_not_selected" android:state_checked="false" />
|
||||
|
||||
</selector>
|
||||
6
chatkit-ui/src/main/res/drawable/cornor_6d80ff_dp50.xml
Normal file
6
chatkit-ui/src/main/res/drawable/cornor_6d80ff_dp50.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dimen_50_dp" />
|
||||
|
||||
<solid android:color="@color/color_6d80ff" />
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dimen_12_dp" />
|
||||
|
||||
<stroke
|
||||
android:width="@dimen/dimen_1_dp"
|
||||
android:color="@color/color_fe6881" />
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dimen_12_dp" />
|
||||
|
||||
<solid android:color="@color/color_fe6881" />
|
||||
|
||||
|
||||
</shape>
|
||||
12
chatkit-ui/src/main/res/drawable/emoji_item_selector.xml
Normal file
12
chatkit-ui/src/main/res/drawable/emoji_item_selector.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@drawable/bg_emoji_ck" />
|
||||
<item android:state_pressed="false" android:drawable="@android:color/transparent" />
|
||||
</selector>
|
||||
BIN
chatkit-ui/src/main/res/drawable/emoji_key_img.png
Normal file
BIN
chatkit-ui/src/main/res/drawable/emoji_key_img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
<solid android:color="@color/color_f4f4f4" />
|
||||
|
||||
</shape>
|
||||
13
chatkit-ui/src/main/res/drawable/fun_bottom_dialog_bg.xml
Normal file
13
chatkit-ui/src/main/res/drawable/fun_bottom_dialog_bg.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dimen_12_dp"
|
||||
android:topRightRadius="@dimen/dimen_12_dp" />
|
||||
<solid android:color="@color/color_white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M6.9706,2.7743C9.12,2.7777 10.9176,4.4086 11.1293,6.5476C11.3413,8.6866 9.8984,10.6385 7.7916,11.0634C5.6845,11.4884 3.598,10.2484 2.9643,8.1945C2.3305,6.1405 3.3552,3.9405 5.3352,3.1042C5.8526,2.8853 6.4088,2.7731 6.9706,2.7743ZM6.9706,1.8046C4.1144,1.8046 1.7988,4.1201 1.7988,6.9763C1.7988,9.8324 4.1144,12.148 6.9706,12.148C9.8267,12.148 12.1423,9.8324 12.1423,6.9763C12.1423,4.1201 9.8267,1.8046 6.9706,1.8046ZM13.7099,14.2005C13.6462,14.2007 13.5831,14.1881 13.5243,14.1637C13.4654,14.1393 13.412,14.1035 13.3671,14.0583L10.9105,11.6017C10.7269,11.4114 10.7295,11.109 10.9164,10.9219C11.1035,10.7349 11.4059,10.7322 11.596,10.9161L14.0526,13.3726C14.1203,13.4405 14.1665,13.5268 14.1852,13.6209C14.2039,13.7149 14.1943,13.8123 14.1576,13.9009C14.121,13.9896 14.059,14.0654 13.9793,14.1187C13.8996,14.172 13.8058,14.2005 13.7099,14.2005Z"
|
||||
android:fillColor="#A6ADB6"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
||||
android:drawable="@drawable/fun_bottom_dialog_bg"
|
||||
android:insetTop="@dimen/dimen_50_dp">
|
||||
|
||||
</inset>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_arrow_bottom.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_arrow_bottom.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="8dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="8">
|
||||
<path
|
||||
android:pathData="M10.488,1.1032C10.7283,0.8629 11.1179,0.8629 11.3582,1.1032C11.5986,1.3435 11.5986,1.7332 11.3582,1.9735L10.488,1.1032ZM6,6.4614L6.4352,6.8966C6.1948,7.1369 5.8052,7.1369 5.5649,6.8966L6,6.4614ZM0.9495,2.2812C0.7092,2.0409 0.7092,1.6512 0.9495,1.4109C1.1898,1.1706 1.5795,1.1706 1.8198,1.4109L0.9495,2.2812ZM11.3582,1.9735L6.4352,6.8966L5.5649,6.0263L10.488,1.1032L11.3582,1.9735ZM5.5649,6.8966L0.9495,2.2812L1.8198,1.4109L6.4352,6.0263L5.5649,6.8966Z"
|
||||
android:fillColor="#999999"/>
|
||||
</vector>
|
||||
9
chatkit-ui/src/main/res/drawable/ic_back_white.xml
Normal file
9
chatkit-ui/src/main/res/drawable/ic_back_white.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="10dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="10"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M9.707,1.707C10.098,1.317 10.098,0.683 9.707,0.293C9.317,-0.098 8.683,-0.098 8.293,0.293L9.707,1.707ZM1,9L0.293,8.293C-0.098,8.683 -0.098,9.317 0.293,9.707L1,9ZM7.793,17.207C8.183,17.598 8.817,17.598 9.207,17.207C9.598,16.817 9.598,16.183 9.207,15.793L7.793,17.207ZM8.293,0.293L0.293,8.293L1.707,9.707L9.707,1.707L8.293,0.293ZM0.293,9.707L7.793,17.207L9.207,15.793L1.707,8.293L0.293,9.707Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_chat_at_all_avatar.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_chat_at_all_avatar.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
<path
|
||||
android:pathData="M4,0L36,0A4,4 0,0 1,40 4L40,36A4,4 0,0 1,36 40L4,40A4,4 0,0 1,0 36L0,4A4,4 0,0 1,4 0z"
|
||||
android:fillColor="#58BE6B"/>
|
||||
<path
|
||||
android:pathData="M20.504,21.75C18.113,22.401 15.499,24.45 15.499,26.447V29.003H8.75C8.336,29.003 8,28.667 8,28.253V26.502C8,23.18 14.611,21.504 17.922,21.504C18.657,21.501 19.554,21.585 20.504,21.75ZM15.499,20.001C13.013,20.001 10.999,17.987 10.999,15.501C10.999,13.014 13.013,11 15.499,11C17.986,11 20,13.014 20,15.501C20,17.987 17.986,20.001 15.499,20.001ZM25.424,21.501C27.36,21.451 28.984,19.86 29.074,17.926C29.169,15.813 27.508,14.045 25.404,14.004H25.253C23.184,14.045 21.537,15.758 21.577,17.828C21.618,19.897 23.331,21.553 25.424,21.501ZM25.25,23.003C22.999,23.003 18.501,24.343 18.501,27.003V28.253C18.501,28.667 18.837,29.003 19.25,29.003H31.25C31.664,29.003 32,28.667 32,28.253V27.003C32,24.34 27.502,23.003 25.25,23.003Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_clear.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_clear.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M8,0C3.5891,0 0,3.5884 0,8C0,12.4116 3.5884,16 8,16C12.4109,16 16,12.4116 16,8C16,3.5884 12.4116,0 8,0ZM11.2633,10.464C11.3191,10.5165 11.3638,10.5796 11.3948,10.6497C11.4257,10.7198 11.4423,10.7954 11.4434,10.872C11.4446,10.9486 11.4303,11.0246 11.4015,11.0956C11.3727,11.1666 11.3299,11.2311 11.2757,11.2852C11.2215,11.3393 11.1569,11.382 11.0859,11.4107C11.0149,11.4393 10.9388,11.4535 10.8622,11.4522C10.7856,11.4509 10.71,11.4342 10.64,11.4031C10.57,11.372 10.5069,11.3272 10.4545,11.2713L7.9971,8.8058L5.5316,11.2451C5.4792,11.3017 5.4158,11.347 5.3453,11.3785C5.2748,11.4099 5.1987,11.4267 5.1216,11.428C5.0444,11.4292 4.9678,11.4148 4.8964,11.3856C4.825,11.3564 4.7602,11.3131 4.7059,11.2582C4.6517,11.2033 4.6091,11.1381 4.5808,11.0663C4.5525,10.9945 4.5389,10.9177 4.5411,10.8406C4.5432,10.7635 4.5609,10.6876 4.5932,10.6175C4.6254,10.5474 4.6715,10.4845 4.7287,10.4327L7.1905,7.9971L4.7375,5.536C4.6835,5.4831 4.6405,5.42 4.6111,5.3503C4.5816,5.2807 4.5663,5.2059 4.566,5.1302C4.5657,5.0546 4.5803,4.9797 4.6092,4.9098C4.638,4.8399 4.6804,4.7764 4.734,4.723C4.7875,4.6697 4.8511,4.6274 4.9211,4.5988C4.991,4.5701 5.066,4.5556 5.1416,4.5562C5.2172,4.5567 5.292,4.5722 5.3615,4.6018C5.4311,4.6315 5.4941,4.6746 5.5469,4.7287L8.0036,7.1934L10.4691,4.7542C10.5224,4.7015 10.5856,4.6598 10.6551,4.6315C10.7245,4.6032 10.7989,4.5888 10.8739,4.5893C10.9489,4.5897 11.0231,4.6049 11.0922,4.634C11.1613,4.6631 11.224,4.7056 11.2767,4.7589C11.3294,4.8123 11.3711,4.8755 11.3994,4.9449C11.4277,5.0144 11.4421,5.0887 11.4416,5.1637C11.4412,5.2387 11.426,5.3129 11.3969,5.382C11.3678,5.4511 11.3253,5.5138 11.272,5.5665L8.8095,8.0029L11.2633,10.464Z"
|
||||
android:fillColor="#B3B7BC" />
|
||||
</vector>
|
||||
27
chatkit-ui/src/main/res/drawable/ic_close_round.xml
Normal file
27
chatkit-ui/src/main/res/drawable/ic_close_round.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M14,14m-14,0a14,14 0,1 1,28 0a14,14 0,1 1,-28 0"
|
||||
android:fillColor="#4C4C4C"/>
|
||||
<path
|
||||
android:pathData="M9,9L18.5,18.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M19,9L9.5,18.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_down.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_down.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="8dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="8">
|
||||
<path
|
||||
android:pathData="M10.488,1.1033C10.7283,0.863 11.1179,0.863 11.3582,1.1033C11.5986,1.3436 11.5986,1.7333 11.3582,1.9736L10.488,1.1033ZM6,6.4616L6.4352,6.8967C6.1948,7.137 5.8052,7.137 5.5649,6.8967L6,6.4616ZM0.9495,2.2813C0.7092,2.041 0.7092,1.6513 0.9495,1.411C1.1898,1.1707 1.5795,1.1707 1.8198,1.411L0.9495,2.2813ZM11.3582,1.9736L6.4352,6.8967L5.5649,6.0264L10.488,1.1033L11.3582,1.9736ZM5.5649,6.8967L0.9495,2.2813L1.8198,1.411L6.4352,6.0264L5.5649,6.8967Z"
|
||||
android:fillColor="#999999" />
|
||||
</vector>
|
||||
19
chatkit-ui/src/main/res/drawable/ic_download.xml
Normal file
19
chatkit-ui/src/main/res/drawable/ic_download.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M14,14m-14,0a14,14 0,1 1,28 0a14,14 0,1 1,-28 0"
|
||||
android:fillColor="#4C4C4C"/>
|
||||
<path
|
||||
android:pathData="M14.5,6C15.0523,6 15.5,6.4477 15.5,7V10H13.5V7C13.5,6.4477 13.9477,6 14.5,6ZM13.5,10H10C8.8954,10 8,10.8954 8,12V20C8,21.1046 8.8954,22 10,22H19C20.1046,22 21,21.1046 21,20V12C21,10.8954 20.1046,10 19,10H15.5V16.0858L17.2929,14.2929C17.6834,13.9024 18.3166,13.9024 18.7071,14.2929C19.0976,14.6834 19.0976,15.3166 18.7071,15.7071L15.2071,19.2071C14.8166,19.5976 14.1834,19.5976 13.7929,19.2071L10.2929,15.7071C9.9024,15.3166 9.9024,14.6834 10.2929,14.2929C10.6834,13.9024 11.3166,13.9024 11.7071,14.2929L13.5,16.0858V10Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
4
chatkit-ui/src/main/res/drawable/ic_error.xml
Normal file
4
chatkit-ui/src/main/res/drawable/ic_error.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<vector android:height="20dp" android:viewportHeight="21"
|
||||
android:viewportWidth="21" android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FC596A" android:pathData="M10.5,0C4.706,0 0,4.706 0,10.5C0,16.294 4.706,21 10.5,21C16.294,21 21,16.294 21,10.5C21,4.706 16.294,0 10.5,0ZM11.25,16.5H9.75V15H11.25V16.5ZM9.75,13.5V4.5H11.25V13.5H9.75Z"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_excel_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_excel_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#4CB050"/>
|
||||
<path
|
||||
android:pathData="M364.03,768l153.4,-219.43L671.63,768H744.73L552.9,501.96 730.91,256H657.8L517.43,455.35 377.74,256h-73.08l176.58,245.96L290.91,768z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_grey_close.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_grey_close.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="11dp"
|
||||
android:height="10dp"
|
||||
android:viewportWidth="11"
|
||||
android:viewportHeight="10">
|
||||
<path
|
||||
android:pathData="M10.8344,9.0672C11.0532,9.2859 11.0532,9.6359 10.8344,9.8328C10.725,9.9422 10.5938,9.9859 10.4407,9.9859C10.2875,9.9859 10.1563,9.9422 10.0469,9.8328L6.0001,5.7641L1.9313,9.8328C1.8219,9.9422 1.6907,9.9859 1.5375,9.9859C1.3844,9.9859 1.2532,9.9422 1.1438,9.8328C0.925,9.6141 0.925,9.2641 1.1438,9.0672L5.2344,4.9984L1.1657,0.9297C0.9469,0.7109 0.9469,0.3609 1.1657,0.1641C1.3844,-0.0547 1.7344,-0.0547 1.9313,0.1641L6.0001,4.2328L10.0688,0.1641C10.2875,-0.0547 10.6375,-0.0547 10.8344,0.1641C11.0532,0.3828 11.0532,0.7328 10.8344,0.9297L6.7657,4.9984L10.8344,9.0672Z"
|
||||
android:fillColor="#999999" />
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_html_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_html_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#4876F9"/>
|
||||
<path
|
||||
android:pathData="M465.45,418.9c21.24,0 41.26,4.56 60.19,13.61a137.66,137.66 0,0 1,38.55 27.31c11.49,11.49 20.6,24.35 27.3,38.49 -9.11,9.12 -20.08,13.63 -32.9,13.63a48.99,48.99 0,0 1,-13.61 -2.02,94.89 94.89,0 0,0 -30.94,-30.93 91.79,91.79 0,0 0,-48.54 -13.63,92.95 92.95,0 0,0 -35.26,6.92 91.72,91.72 0,0 0,-30.55 20.38l-69.83,69.85a91.73,91.73 0,0 0,-20.38 30.53,93.44 93.44,0 0,0 0,70.53 90.3,90.3 0,0 0,20.36 30.55,91.43 91.43,0 0,0 30.55,20.36 93.7,93.7 0,0 0,35.32 6.94,92.95 92.95,0 0,0 35.26,-6.92 91.72,91.72 0,0 0,30.53 -20.38l48.9,-48.9a183.07,183.07 0,0 0,59.44 6c-1.84,2.01 -3.69,4.04 -5.59,6l-69.84,69.84a136.94,136.94 0,0 1,-45.78 30.53,139.99 139.99,0 0,1 -105.96,-0.06 138.24,138.24 0,0 1,-45.77 -30.48,137.31 137.31,0 0,1 -30.53,-45.72A140.03,140.03 0,0 1,256 628.36c0,-18.18 3.53,-36.19 10.39,-52.98a137.31,137.31 0,0 1,30.53 -45.72l69.83,-69.84c1.33,-1.33 3.35,-3.18 6,-5.66a137.72,137.72 0,0 1,43.46 -26.26,141.5 141.5,0 0,1 49.22,-9.01zM628.39,256c18.18,0 36.19,3.53 52.98,10.39 17.02,6.87 32.27,17.08 45.77,30.53a136.44,136.44 0,0 1,30.53 45.72,140.29 140.29,0 0,1 -0.12,105.98 137.44,137.44 0,0 1,-30.48 45.71l-69.83,69.84c-1.33,1.4 -3.35,3.23 -6,5.67a136.45,136.45 0,0 1,-43.46 26.26c-15.76,5.93 -32.43,8.99 -49.29,8.99 -21.18,0 -41.26,-4.55 -60.19,-13.61a137.66,137.66 0,0 1,-38.55 -27.31,137.41 137.41,0 0,1 -27.3,-38.49c9.05,-9.12 20.01,-13.63 32.9,-13.63 4.5,0 9.06,0.7 13.61,2.02a94.72,94.72 0,0 0,30.88 30.93,91.93 91.93,0 0,0 48.54,13.63 92.95,92.95 0,0 0,35.26 -6.92,91.14 91.14,0 0,0 30.55,-20.38l69.83,-69.84a90.87,90.87 0,0 0,20.38 -30.55,93.44 93.44,0 0,0 0,-70.53 91.15,91.15 0,0 0,-20.36 -30.53,91.43 91.43,0 0,0 -30.55,-20.38 93.63,93.63 0,0 0,-35.26 -6.94,92.95 92.95,0 0,0 -35.26,6.94 91.14,91.14 0,0 0,-30.55 20.36l-48.94,48.9a183.07,183.07 0,0 0,-59.44 -6c1.84,-2.01 3.69,-4.04 5.66,-6l69.83,-69.84a137.43,137.43 0,0 1,45.72 -30.48c17.26,-6.98 34.91,-10.51 53.15,-10.45z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_image_file.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_image_file.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#F6AD00"/>
|
||||
<path
|
||||
android:pathData="M247.12,709.46l101.78,-149.61a15.83,15.83 0,0 1,24.19 -2.39l67.26,65.91 147.6,-231.33a15.83,15.83 0,0 1,27.07 0.61l183.39,317.81a15.83,15.83 0,0 1,-13.72 23.74H260.22A15.83,15.83 0,0 1,247.12 709.47z"
|
||||
android:fillColor="#FFF7F7"/>
|
||||
<path
|
||||
android:pathData="M357.4,370.7m-79.79,0a79.79,79.79 0,1 0,159.58 0,79.79 79.79,0 1,0 -159.58,0Z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
9
chatkit-ui/src/main/res/drawable/ic_location.xml
Normal file
9
chatkit-ui/src/main/res/drawable/ic_location.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="30dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="30"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M15.426,28H15.4C14.945,28 14.516,27.818 14.204,27.48C13.957,27.22 11.734,24.867 9.511,21.903C6.521,17.886 5,14.675 5,12.387C5,6.654 9.667,2 15.4,2C21.133,2 25.8,6.654 25.8,12.387C25.8,13.778 25.267,15.481 24.201,17.457C23.187,19.355 21.653,21.565 19.638,24.009L19.625,24.022L16.635,27.428C16.336,27.792 15.894,28 15.426,28ZM15.4,17.236C18.091,17.236 20.262,15.052 20.262,12.374C20.262,9.696 18.091,7.525 15.4,7.525C12.709,7.525 10.525,9.696 10.525,12.387C10.525,15.078 12.709,17.236 15.4,17.236Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
26
chatkit-ui/src/main/res/drawable/ic_location_in.xml
Normal file
26
chatkit-ui/src/main/res/drawable/ic_location_in.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:gravity="center">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/color_337eff" />
|
||||
<size
|
||||
android:width="@dimen/dimen_10_dp"
|
||||
android:height="@dimen/dimen_10_dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:gravity="center">
|
||||
<shape android:shape="oval">
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="@color/color_337eff" />
|
||||
<size
|
||||
android:width="@dimen/dimen_22_dp"
|
||||
android:height="@dimen/dimen_22_dp" />
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
</layer-list>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_location_item.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_location_item.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M8.999,4.412C7.704,4.412 6.65,5.447 6.65,6.718C6.65,7.99 7.704,9.024 8.999,9.024C10.295,9.024 11.348,7.99 11.348,6.718C11.348,5.447 10.295,4.412 8.999,4.412ZM8.999,8.002C8.279,8.002 7.693,7.426 7.693,6.718C7.693,6.01 8.279,5.433 8.999,5.433C9.719,5.433 10.305,6.01 10.305,6.718C10.305,7.426 9.719,8.002 8.999,8.002Z"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M14.499,7.061C14.499,4.083 12.032,1.66 8.999,1.66C5.967,1.66 3.501,4.083 3.501,7.061C3.501,9.397 6.887,14.104 8.343,16.019C8.497,16.221 8.742,16.341 8.999,16.341C9.256,16.341 9.502,16.221 9.655,16.019C11.111,14.104 14.499,9.397 14.499,7.061ZM9.086,15.201L8.999,15.316L8.912,15.201C6.163,11.548 4.454,8.428 4.454,7.061C4.454,4.599 6.492,2.596 8.999,2.596C11.505,2.596 13.544,4.599 13.544,7.061C13.545,8.429 11.836,11.548 9.086,15.201Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M7.502,16.037C7.27,16.037 7.037,15.949 6.859,15.772L1.516,10.455C1.161,10.102 1.161,9.529 1.516,9.175C1.872,8.821 2.447,8.822 2.803,9.175L7.502,13.851L17.174,4.228C17.529,3.874 18.105,3.874 18.46,4.228C18.816,4.581 18.816,5.154 18.46,5.508L8.146,15.772C7.968,15.949 7.735,16.037 7.502,16.037Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
</vector>
|
||||
44
chatkit-ui/src/main/res/drawable/ic_location_to.xml
Normal file
44
chatkit-ui/src/main/res/drawable/ic_location_to.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="23dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="23"
|
||||
android:viewportHeight="22">
|
||||
<path
|
||||
android:pathData="M11.75,10.756m-7.8,0a7.8,7.8 0,1 1,15.6 0a7.8,7.8 0,1 1,-15.6 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M11.75,10.756m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0"
|
||||
android:fillColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M11.75,3.422V0"
|
||||
android:strokeWidth="1.95556"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M11.75,22V18.578"
|
||||
android:strokeWidth="1.95556"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M11.75,3.422V0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M11.75,22V18.578"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M19.328,11L22.75,11"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#222222"/>
|
||||
<path
|
||||
android:pathData="M0.75,11L4.172,11"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#222222"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_map_navigation.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_map_navigation.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
<path
|
||||
android:pathData="M20,20m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
|
||||
android:fillColor="#337EFF"/>
|
||||
<path
|
||||
android:pathData="M18.096,10.299L18.163,10.36L22.141,14.337C22.313,14.507 22.413,14.737 22.419,14.979C22.426,15.22 22.338,15.455 22.176,15.634C22.013,15.814 21.788,15.923 21.547,15.939C21.305,15.956 21.067,15.879 20.881,15.724L20.814,15.663L18.437,13.286L18.438,22.917C19.263,21.841 20.32,20.964 21.53,20.351C22.74,19.738 24.072,19.406 25.428,19.377L25.625,19.375H27.5C27.741,19.375 27.972,19.468 28.147,19.634C28.321,19.801 28.424,20.027 28.436,20.268C28.448,20.508 28.366,20.744 28.209,20.926C28.051,21.108 27.83,21.223 27.59,21.246L27.5,21.25H25.625C21.656,21.25 18.438,24.468 18.438,28.438V29.063C18.438,29.304 18.345,29.535 18.179,29.709C18.012,29.884 17.786,29.987 17.545,29.999C17.305,30.01 17.069,29.929 16.887,29.771C16.705,29.614 16.59,29.392 16.567,29.153L16.563,29.063L16.562,13.286L14.186,15.663C14.021,15.828 13.801,15.926 13.568,15.937C13.335,15.948 13.106,15.872 12.926,15.724L12.859,15.663C12.695,15.499 12.597,15.278 12.586,15.045C12.575,14.813 12.651,14.584 12.799,14.404L12.859,14.337L16.837,10.36C17.002,10.195 17.222,10.097 17.455,10.086C17.688,10.075 17.916,10.151 18.096,10.299V10.299Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
29
chatkit-ui/src/main/res/drawable/ic_member_add.xml
Normal file
29
chatkit-ui/src/main/res/drawable/ic_member_add.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="42dp"
|
||||
android:height="42dp"
|
||||
android:viewportWidth="42"
|
||||
android:viewportHeight="42">
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M21,21m-20.5,0a20.5,20.5 0,1 1,41 0a20.5,20.5 0,1 1,-41 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C1C8D1" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M12.8334,21H28.5834"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C1C8D1"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M21,12.8333L21,28.5833"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C1C8D1"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_call_audio.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_call_audio.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h24v24h-24z"/>
|
||||
<path
|
||||
android:pathData="M2.7008,9.5708C2.119,10.1526 1.7001,10.7766 1.4533,11.4264C0.6918,13.4259 0.8673,14.3833 1.1495,14.8346C1.3851,15.2156 1.819,15.4321 2.4735,15.496C3.0148,15.5476 5.7598,15.7603 6.7427,14.8086C7.2741,14.2512 7.2776,13.8346 7.2821,13.3082C7.2852,12.9656 7.2885,12.5796 7.4493,12.1886C7.5855,11.8611 7.7607,11.5093 8.1126,11.1574L8.1467,11.1233C9.9468,9.379 14.0532,9.3788 15.8526,11.1238C16.2267,11.4856 16.4096,11.8498 16.5509,12.1886C16.7117,12.5796 16.715,12.9656 16.7174,13.3061C16.7217,13.8351 16.7262,14.2512 17.2445,14.7956C18.2398,15.7596 20.9848,15.5483 21.5242,15.4963C22.1922,15.4321 22.6125,15.2182 22.8507,14.8346C23.1321,14.3828 23.3064,13.4243 22.5467,11.4266C22.2881,10.7465 21.842,10.0963 21.2173,9.4915C16.2215,4.6511 7.7787,4.6511 2.7822,9.4908L2.7008,9.5708Z"
|
||||
android:strokeWidth="1.2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#333333"/>
|
||||
</group>
|
||||
</vector>
|
||||
11
chatkit-ui/src/main/res/drawable/ic_message_call_video.xml
Normal file
11
chatkit-ui/src/main/res/drawable/ic_message_call_video.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="14dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="14">
|
||||
<path
|
||||
android:pathData="M18.6966,8.2543V5.218C18.6966,5.1275 18.7125,5.0219 18.7397,4.9307C18.753,4.8862 18.7665,4.8532 18.777,4.8323C18.7789,4.8285 18.7806,4.8255 18.7819,4.8232L22.0913,1.4166C22.0914,1.4165 22.0914,1.4165 22.0914,1.4165C22.5973,0.8961 23.0687,0.6449 23.329,0.6051C23.352,0.6016 23.3698,0.6002 23.3832,0.5998C23.3912,0.6293 23.4,0.6809 23.4,0.7647V12.7095C23.4,12.7928 23.3912,12.8442 23.3833,12.8735C23.3698,12.8732 23.3519,12.8718 23.3287,12.8682C23.0685,12.8286 22.5971,12.5778 22.0914,12.0577C22.0914,12.0576 22.0914,12.0576 22.0913,12.0575L18.781,8.65C18.7798,8.648 18.7785,8.6454 18.7769,8.6423C18.7666,8.6219 18.7531,8.5891 18.7398,8.5444C18.7126,8.4528 18.6966,8.3461 18.6966,8.2543ZM23.4179,0.6026C23.4178,0.6027 23.4162,0.6024 23.4134,0.6013C23.4166,0.6019 23.418,0.6024 23.4179,0.6026ZM23.3716,0.5683C23.3708,0.5672 23.3705,0.5665 23.3705,0.5665C23.3705,0.5665 23.3709,0.567 23.3716,0.5683ZM23.3706,12.9067C23.3706,12.9067 23.371,12.906 23.3718,12.9048C23.3711,12.9062 23.3706,12.9068 23.3706,12.9067ZM23.4133,12.872C23.4161,12.8709 23.4177,12.8706 23.4178,12.8708C23.4179,12.8709 23.4165,12.8714 23.4133,12.872ZM15.9251,11.6237C15.9251,11.9527 15.7944,12.2681 15.5618,12.5007C15.3292,12.7333 15.0138,12.8639 14.6849,12.8639H1.8402C1.5113,12.8639 1.1958,12.7333 0.9632,12.5007C0.7307,12.2681 0.6,11.9527 0.6,11.6237V1.8467C0.6,1.5178 0.7307,1.2023 0.9632,0.9697C1.1958,0.7372 1.5113,0.6065 1.8402,0.6065H14.6849C15.0138,0.6065 15.3292,0.7372 15.5618,0.9697C15.7944,1.2023 15.9251,1.5178 15.9251,1.8467V11.6237Z"
|
||||
android:strokeWidth="1.2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#333333"/>
|
||||
</vector>
|
||||
30
chatkit-ui/src/main/res/drawable/ic_message_collection.xml
Normal file
30
chatkit-ui/src/main/res/drawable/ic_message_collection.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M1.5185,5.1482L7.2076,8.9409C7.5325,9.1575 7.9538,9.1652 8.2864,8.9605L14.4815,5.1482"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M7.7407,9.2963V17.074"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M1.478,4.8325L7.2376,1.3079C7.548,1.1179 7.9372,1.1116 8.2536,1.2914L14.494,4.8375C14.8068,5.0152 15,5.3472 15,5.7069V12.7931C15,13.1528 14.8068,13.4848 14.494,13.6625L8.2536,17.2086C7.9372,17.3884 7.548,17.3821 7.2376,17.1921L1.478,13.6675C1.1811,13.4858 1,13.1627 1,12.8146V5.6854C1,5.3373 1.1811,5.0142 1.478,4.8325Z"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_copy.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_copy.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M6.3947,0.0007H16.3421C16.7818,0.0007 17.2035,0.1754 17.5144,0.4863C17.8253,0.7972 18,1.2189 18,1.6586V11.606C18,12.0457 17.8253,12.4674 17.5144,12.7783C17.2035,13.0892 16.7818,13.2639 16.3421,13.2639H6.3947C5.955,13.2639 5.5333,13.0892 5.2224,12.7783C4.9115,12.4674 4.7368,12.0457 4.7368,11.606V1.6586C4.7368,1.2189 4.9115,0.7972 5.2224,0.4863C5.5333,0.1754 5.955,0.0007 6.3947,0.0007ZM6.3947,1.4218C6.3319,1.4218 6.2717,1.4467 6.2273,1.4912C6.1828,1.5356 6.1579,1.5958 6.1579,1.6586V11.606C6.1579,11.6371 6.164,11.6679 6.1759,11.6966C6.1878,11.7254 6.2053,11.7515 6.2273,11.7735C6.2493,11.7955 6.2754,11.8129 6.3041,11.8248C6.3328,11.8367 6.3636,11.8428 6.3947,11.8428H16.3421C16.4049,11.8428 16.4652,11.8179 16.5096,11.7735C16.554,11.7291 16.5789,11.6688 16.5789,11.606V1.6586C16.5789,1.5958 16.554,1.5356 16.5096,1.4912C16.4652,1.4467 16.4049,1.4218 16.3421,1.4218H6.3947ZM11.8421,14.6849C11.8421,14.4965 11.917,14.3158 12.0502,14.1825C12.1835,14.0493 12.3642,13.9744 12.5526,13.9744C12.7411,13.9744 12.9218,14.0493 13.055,14.1825C13.1883,14.3158 13.2632,14.4965 13.2632,14.6849V16.3428C13.2632,16.7825 13.0885,17.2042 12.7776,17.5151C12.4667,17.8261 12.045,18.0007 11.6053,18.0007H1.6579C1.2182,18.0007 0.7965,17.8261 0.4856,17.5151C0.1747,17.2042 0,16.7825 0,16.3428V6.3955C0,5.9558 0.1747,5.5341 0.4856,5.2232C0.7965,4.9123 1.2182,4.7376 1.6579,4.7376H3.3158C3.5042,4.7376 3.685,4.8124 3.8182,4.9457C3.9515,5.0789 4.0263,5.2597 4.0263,5.4481C4.0263,5.6365 3.9515,5.8173 3.8182,5.9505C3.685,6.0838 3.5042,6.1586 3.3158,6.1586H1.6579C1.5951,6.1586 1.5348,6.1836 1.4904,6.228C1.446,6.2724 1.421,6.3327 1.421,6.3955V16.3428C1.421,16.4057 1.446,16.4659 1.4904,16.5103C1.5348,16.5547 1.5951,16.5797 1.6579,16.5797H11.6053C11.6681,16.5797 11.7283,16.5547 11.7727,16.5103C11.8172,16.4659 11.8421,16.4057 11.8421,16.3428V14.6849Z"
|
||||
android:fillColor="#656A72" />
|
||||
</vector>
|
||||
41
chatkit-ui/src/main/res/drawable/ic_message_delete.xml
Normal file
41
chatkit-ui/src/main/res/drawable/ic_message_delete.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M0,0h18v18h-18z"
|
||||
android:fillColor="#ffffff" />
|
||||
<path
|
||||
android:pathData="M13.5,4.5001V2.5715C13.5,1.8614 12.9244,1.2858 12.2143,1.2858H5.7857C5.0756,1.2858 4.5,1.8614 4.5,2.5715V4.5001"
|
||||
android:strokeWidth="1.28571"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72" />
|
||||
<path
|
||||
android:pathData="M1.9286,4.5H16.0714"
|
||||
android:strokeWidth="1.28571"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M15.4286,7.0714C15.4286,6.7164 15.1408,6.4285 14.7857,6.4285C14.4307,6.4285 14.1429,6.7164 14.1429,7.0714H15.4286ZM3.8572,7.0714C3.8572,6.7164 3.5693,6.4285 3.2143,6.4285C2.8593,6.4285 2.5714,6.7164 2.5714,7.0714H3.8572ZM14.1429,7.0714V16.0714H15.4286V7.0714H14.1429ZM13.5,16.7143H4.5V18H13.5V16.7143ZM3.8572,16.0714V7.0714H2.5714V16.0714H3.8572ZM4.5,16.7143C4.145,16.7143 3.8572,16.4265 3.8572,16.0714H2.5714C2.5714,17.1365 3.4349,18 4.5,18V16.7143ZM14.1429,16.0714C14.1429,16.4265 13.855,16.7143 13.5,16.7143V18C14.5651,18 15.4286,17.1365 15.4286,16.0714H14.1429Z"
|
||||
android:fillColor="#656A72" />
|
||||
<path
|
||||
android:pathData="M7.0714,7.0714V14.7857"
|
||||
android:strokeWidth="1.28571"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M10.9286,7.0714V14.7857"
|
||||
android:strokeWidth="1.28571"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
10
chatkit-ui/src/main/res/drawable/ic_message_from_audio.xml
Normal file
10
chatkit-ui/src/main/res/drawable/ic_message_from_audio.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromDegrees="180"
|
||||
android:toDegrees="0"
|
||||
android:drawable="@drawable/ic_message_to_audio"></rotate>
|
||||
10
chatkit-ui/src/main/res/drawable/ic_message_from_audio_1.xml
Normal file
10
chatkit-ui/src/main/res/drawable/ic_message_from_audio_1.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromDegrees="180"
|
||||
android:toDegrees="0"
|
||||
android:drawable="@drawable/ic_message_to_audio_1"></rotate>
|
||||
10
chatkit-ui/src/main/res/drawable/ic_message_from_audio_2.xml
Normal file
10
chatkit-ui/src/main/res/drawable/ic_message_from_audio_2.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromDegrees="180"
|
||||
android:toDegrees="0"
|
||||
android:drawable="@drawable/ic_message_to_audio_2"></rotate>
|
||||
27
chatkit-ui/src/main/res/drawable/ic_message_multi_select.xml
Normal file
27
chatkit-ui/src/main/res/drawable/ic_message_multi_select.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h18v18h-18z" />
|
||||
<path
|
||||
android:pathData="M6.2884,1.8483H17.2032C17.7401,1.8483 18.0085,2.1167 18.0085,2.6535V2.6513C18.0085,3.1881 17.7401,3.4566 17.2032,3.4566H6.2884C5.7515,3.4566 5.4831,3.1881 5.4831,2.6513V2.6535C5.4831,2.1167 5.7515,1.8483 6.2884,1.8483Z"
|
||||
android:fillColor="#656A72" />
|
||||
<path
|
||||
android:pathData="M6.2884,8.4023H17.2032C17.7401,8.4023 18.0085,8.6708 18.0085,9.2076V9.2054C18.0085,9.7422 17.7401,10.0106 17.2032,10.0106H6.2884C5.7515,10.0106 5.4831,9.7422 5.4831,9.2054V9.2076C5.4831,8.6708 5.7515,8.4023 6.2884,8.4023Z"
|
||||
android:fillColor="#656A72" />
|
||||
<path
|
||||
android:pathData="M6.2884,14.9564H17.2032C17.7401,14.9564 18.0085,15.2248 18.0085,15.7617V15.7595C18.0085,16.2963 17.7401,16.5647 17.2032,16.5647H6.2884C5.7515,16.5647 5.4831,16.2963 5.4831,15.7595V15.7617C5.4831,15.2248 5.7515,14.9564 6.2884,14.9564Z"
|
||||
android:fillColor="#656A72" />
|
||||
<path
|
||||
android:pathData="M4.854,0.9199C4.8001,0.8656 4.736,0.8225 4.6654,0.7931C4.5948,0.7636 4.5191,0.7484 4.4426,0.7483C4.3661,0.7483 4.2903,0.7634 4.2197,0.7929C4.1491,0.8223 4.085,0.8655 4.0312,0.9199L1.9828,2.9726L0.995,1.976C0.9411,1.9217 0.877,1.8786 0.8064,1.8491C0.7358,1.8197 0.6601,1.8045 0.5836,1.8044C0.4685,1.8047 0.3561,1.8391 0.2605,1.9031C0.1649,1.9672 0.0905,2.0582 0.0465,2.1645C0.0025,2.2708 -0.009,2.3878 0.0133,2.5007C0.0357,2.6135 0.0909,2.7173 0.1721,2.7988L1.5758,4.2091C1.6837,4.3173 1.8301,4.3782 1.9828,4.3785C2.0591,4.3789 2.1346,4.3638 2.2049,4.3344C2.2752,4.3049 2.3389,4.2615 2.3921,4.2069L4.854,1.7406C4.9616,1.6311 5.022,1.4837 5.022,1.3302C5.022,1.1767 4.9616,1.0294 4.854,0.9199ZM4.854,7.5687C4.8,7.5147 4.7358,7.472 4.6652,7.4429C4.5946,7.4138 4.519,7.399 4.4426,7.3993C4.3662,7.3989 4.2905,7.4136 4.2199,7.4427C4.1493,7.4718 4.0851,7.5146 4.0312,7.5687L1.9828,9.6192L0.995,8.6226C0.9413,8.5679 0.8773,8.5244 0.8066,8.4945C0.736,8.4647 0.6602,8.4492 0.5836,8.4488C0.468,8.4487 0.3551,8.4829 0.259,8.5471C0.163,8.6113 0.0882,8.7025 0.0441,8.8093C0,8.9161 -0.0113,9.0336 0.0115,9.1468C0.0343,9.2601 0.0902,9.364 0.1721,9.4454L1.5758,10.8535C1.6294,10.9079 1.6933,10.951 1.7638,10.9805C1.8342,11.0099 1.9098,11.0251 1.9861,11.0251C2.0625,11.0251 2.1381,11.0099 2.2085,10.9805C2.279,10.951 2.3428,10.9079 2.3965,10.8535L4.854,8.3872C4.9605,8.2775 5.02,8.1307 5.02,7.9779C5.02,7.8251 4.9605,7.6783 4.854,7.5687ZM4.854,13.7907C4.8001,13.7364 4.736,13.6933 4.6654,13.6638C4.5948,13.6344 4.5191,13.6192 4.4426,13.6191C4.3661,13.6191 4.2903,13.6342 4.2197,13.6637C4.1491,13.6931 4.085,13.7363 4.0312,13.7907L1.9828,15.8434L0.995,14.8468C0.941,14.7928 0.8768,14.75 0.8062,14.7209C0.7356,14.6919 0.6599,14.677 0.5836,14.6774C0.5072,14.6769 0.4315,14.6917 0.3608,14.7208C0.2902,14.7498 0.2261,14.7927 0.1721,14.8468C0.0633,14.956 0.0022,15.104 0.0022,15.2582C0.0022,15.4124 0.0633,15.5603 0.1721,15.6696L1.5758,17.0799C1.6847,17.1886 1.8323,17.2496 1.9861,17.2496C2.14,17.2496 2.2876,17.1886 2.3965,17.0799L4.854,14.6091C4.9605,14.4995 5.02,14.3527 5.02,14.1999C5.02,14.0471 4.9605,13.9003 4.854,13.7907Z"
|
||||
android:fillColor="#656A72" />
|
||||
</group>
|
||||
</vector>
|
||||
22
chatkit-ui/src/main/res/drawable/ic_message_read.xml
Normal file
22
chatkit-ui/src/main/res/drawable/ic_message_read.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M8,8m-7.25,0a7.25,7.25 0,1 1,14.5 0a7.25,7.25 0,1 1,-14.5 0"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C1C8D1" />
|
||||
<path
|
||||
android:pathData="M5,8L7,10.5L11,6"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C1C8D1"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
100
chatkit-ui/src/main/res/drawable/ic_message_read_empty.xml
Normal file
100
chatkit-ui/src/main/res/drawable/ic_message_read_empty.xml
Normal file
@@ -0,0 +1,100 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="122dp"
|
||||
android:height="91dp"
|
||||
android:viewportWidth="122"
|
||||
android:viewportHeight="91">
|
||||
<path
|
||||
android:pathData="M0,0h122v91h-122z"
|
||||
android:fillColor="#ffffff" />
|
||||
<path
|
||||
android:pathData="M70.5,55L77.5,62"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:pathData="M75.418,61.266L77.283,59.41A2,2 51.264,0 1,80.112 59.418L95.075,74.46A2,2 0,0 1,95.067 77.289L93.202,79.144A2,2 90.421,0 1,90.373 79.137L75.41,64.094A2,2 78.797,0 1,75.418 61.266z"
|
||||
android:fillColor="#ffffff" />
|
||||
<path
|
||||
android:pathData="M73.418,60.266L75.283,58.41A2,2 94.178,0 1,78.112 58.418L93.075,73.46A2,2 60.644,0 1,93.067 76.289L91.202,78.144A2,2 90.421,0 1,88.373 78.137L73.41,63.094A2,2 94.178,0 1,73.418 60.266z"
|
||||
android:fillColor="#376CF6" />
|
||||
<path
|
||||
android:pathData="M71.836,61.839L75.283,58.41A2,2 107.556,0 1,78.112 58.418L93.074,73.46A2,2 90.421,0 1,93.067 76.289L89.62,79.717A2,2 102.351,0 1,86.792 79.71L71.829,64.668A2,2 110.632,0 1,71.836 61.839z"
|
||||
android:fillColor="#376CF6" />
|
||||
<group>
|
||||
<clip-path android:pathData="M71.773,61.902L75.283,58.41A2,2 94.178,0 1,78.112 58.418L93.075,73.46A2,2 90.421,0 1,93.067 76.289L89.557,79.78A2,2 129.04,0 1,86.729 79.773L71.766,64.73A2,2 84.75,0 1,71.773 61.902z" />
|
||||
<path
|
||||
android:pathData="M84.5,62.488C84.5,62.488 82.426,67.223 78.267,65.507C76.605,64.654 75.86,62.507 74.108,63.791C72.554,65.345 75.923,65.983 76.794,65.758C77.665,65.534 78.648,64.813 77.297,62.489C75.709,59.758 70.879,59.929 70.879,59.929"
|
||||
android:strokeWidth="0.566846"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#6996FD"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M88.628,52.262C88.628,52.262 99.324,52.582 94.066,64.977C91.464,69.924 85.018,72.091 88.81,77.371C93.413,82.067 105.202,77.909 102.669,64.954C91.715,77.131 92.001,63.814 85.007,67.79C76.788,72.461 83.604,87.265 83.604,87.265"
|
||||
android:strokeWidth="0.566846"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#6996FD"
|
||||
android:strokeLineCap="round" />
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M75.418,61.266L77.283,59.41A2,2 51.264,0 1,80.112 59.418L95.075,74.46A2,2 0,0 1,95.067 77.289L93.202,79.144A2,2 90.421,0 1,90.373 79.137L75.41,64.094A2,2 78.797,0 1,75.418 61.266z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:pathData="M78.724,37C78.724,51.759 66.759,63.724 52,63.724V64.276C67.064,64.276 79.276,52.064 79.276,37H78.724ZM52,10.276C66.759,10.276 78.724,22.241 78.724,37H79.276C79.276,21.936 67.064,9.724 52,9.724V10.276ZM25.276,37C25.276,22.241 37.241,10.276 52,10.276V9.724C36.936,9.724 24.724,21.936 24.724,37H25.276ZM52,63.724C37.241,63.724 25.276,51.759 25.276,37H24.724C24.724,52.064 36.936,64.276 52,64.276V63.724ZM73.724,37C73.724,48.998 63.998,58.724 52,58.724V59.276C64.303,59.276 74.276,49.303 74.276,37H73.724ZM52,15.276C63.998,15.276 73.724,25.002 73.724,37H74.276C74.276,24.697 64.303,14.724 52,14.724V15.276ZM30.276,37C30.276,25.002 40.002,15.276 52,15.276V14.724C39.697,14.724 29.724,24.697 29.724,37H30.276ZM52,58.724C40.002,58.724 30.276,48.998 30.276,37H29.724C29.724,49.303 39.697,59.276 52,59.276V58.724Z"
|
||||
android:fillColor="#000000" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M39,31C41,38.5 56.5,44.5 64.5,31"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M38,31C40,38.5 55.5,44.5 63.5,31"
|
||||
android:strokeWidth="4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#F8B62D"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M40,32C42,39.5 57.5,45.5 65.5,32"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M39.5,41L43.5,37"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M45,44.5L47.5,39.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M52.5,46V40"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M60,45L57.5,39.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M65.5,41L61.5,37"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_recall.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_recall.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M10.425,4.3396H3.1728L5.4302,2.2102C5.7542,1.8822 5.8355,1.5622 5.5168,1.2475C5.1822,0.9168 4.8382,0.9182 4.5035,1.2475L1.4634,4.2636C1.2807,4.4476 0.974,4.6929 1.0034,4.9396L1.0167,5.0396L1.0034,5.141C0.9754,5.3863 1.1367,5.521 1.3127,5.6996L4.3888,8.7251C4.7235,9.0544 5.1822,9.1624 5.5168,8.8317C5.8355,8.5171 5.5968,8.0357 5.2808,7.717L3.1768,5.6996L10.425,5.6663C13.0597,5.6663 15.6532,7.989 15.6532,10.5865C15.6532,13.1839 13.0597,15.6666 10.425,15.6666H3.4528C2.9821,15.6666 2.8341,15.8666 2.8341,16.3386C2.8341,16.8107 2.9808,17 3.4528,17H10.4263C14.0518,17 16.9865,14.1186 16.9865,10.5865C16.9865,7.057 14.0531,4.3396 10.425,4.3396Z"
|
||||
android:fillColor="#656A72" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_reply.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_reply.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="17dp"
|
||||
android:height="17dp"
|
||||
android:viewportWidth="17"
|
||||
android:viewportHeight="17">
|
||||
<path
|
||||
android:pathData="M15.7857,14.5714H4.389L0,16.9927V7.2839V7.2845V1.2143C0,0.5434 0.5434,0 1.2143,0H15.7857C16.456,0 17,0.5434 17,1.2143V13.3571C17,14.0274 16.456,14.5714 15.7857,14.5714ZM15.7857,1.8214C15.7857,1.4863 15.5137,1.2143 15.1786,1.2143H1.8214C1.4863,1.2143 1.2143,1.4863 1.2143,1.8214V9.7137V12.75V14.5757L3.7345,13.3571H15.1786C15.5137,13.3571 15.7857,13.0851 15.7857,12.75V1.8214ZM11.5357,6.0714H3.0357C2.7006,6.0714 2.4286,5.7994 2.4286,5.4643C2.4286,5.1291 2.7006,4.8571 3.0357,4.8571H11.5357C11.8709,4.8571 12.1429,5.1291 12.1429,5.4643C12.1429,5.7994 11.8709,6.0714 11.5357,6.0714ZM3.0357,8.5H6.6786C7.0137,8.5 7.2857,8.772 7.2857,9.1071C7.2857,9.4423 7.0137,9.7143 6.6786,9.7143H3.0357C2.7006,9.7143 2.4286,9.4423 2.4286,9.1071C2.4286,8.772 2.7006,8.5 3.0357,8.5Z"
|
||||
android:fillColor="#656A72" />
|
||||
</vector>
|
||||
24
chatkit-ui/src/main/res/drawable/ic_message_sign.xml
Normal file
24
chatkit-ui/src/main/res/drawable/ic_message_sign.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M14.9978,17.1021L14.9978,17.1026C14.9978,17.1465 14.9865,17.1897 14.9649,17.2279C14.9433,17.2661 14.9122,17.2981 14.8746,17.3207L15.206,17.8715L14.8746,17.3207C14.837,17.3434 14.7941,17.3559 14.7503,17.3571C14.7064,17.3582 14.6629,17.348 14.6242,17.3274L14.6241,17.3274L9.1846,14.4403C9.1845,14.4403 9.1845,14.4403 9.1844,14.4402C8.962,14.3222 8.7141,14.2604 8.4623,14.2604C8.2104,14.2604 7.9624,14.3222 7.74,14.4403L2.3031,17.3265L2.3024,17.3269C2.2637,17.3475 2.2202,17.3578 2.1763,17.3566C2.1324,17.3555 2.0896,17.343 2.0519,17.3204L1.7209,17.8715L2.0519,17.3204C2.0143,17.2978 1.9831,17.2658 1.9615,17.2276C1.9399,17.1894 1.9286,17.1462 1.9286,17.1023V17.1021V1.7944C1.9286,1.6431 1.9583,1.4934 2.0162,1.3537C2.0741,1.214 2.1589,1.087 2.2658,0.9801C2.3728,0.8732 2.4997,0.7884 2.6394,0.7305C2.7791,0.6726 2.9288,0.6429 3.0801,0.6429H13.8463C13.9975,0.6429 14.1472,0.6726 14.2869,0.7305L14.5316,0.1399L14.2869,0.7305C14.4266,0.7884 14.5536,0.8732 14.6605,0.9801C14.7674,1.087 14.8522,1.214 14.9101,1.3537C14.968,1.4934 14.9978,1.6431 14.9978,1.7944V17.1021Z"
|
||||
android:strokeWidth="1.28571"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72" />
|
||||
<path
|
||||
android:pathData="M5.1428,8.3571L8.25,10.8758L12.2143,4.5"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.28571"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
25
chatkit-ui/src/main/res/drawable/ic_message_signal.xml
Normal file
25
chatkit-ui/src/main/res/drawable/ic_message_signal.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="11dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="11"
|
||||
android:viewportHeight="12">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0.5h11v11h-11z" />
|
||||
<path
|
||||
android:pathData="M9.0994,10.9513V10.9517C9.0994,10.9672 9.0954,10.9824 9.0878,10.996C9.0801,11.0095 9.0691,11.0208 9.0558,11.0288C9.0425,11.0368 9.0274,11.0412 9.0119,11.0416C8.9963,11.0421 8.981,11.0384 8.9673,11.0312L8.9672,11.0311L5.6431,9.2668C5.643,9.2668 5.643,9.2668 5.643,9.2668C5.4976,9.1896 5.3355,9.1492 5.171,9.1492C5.0064,9.1492 4.8443,9.1896 4.6989,9.2668C4.6989,9.2668 4.6989,9.2668 4.6989,9.2668L1.3763,11.0306L1.3758,11.0309C1.3621,11.0382 1.3468,11.0418 1.3312,11.0414C1.3157,11.041 1.3005,11.0366 1.2872,11.0286C1.2739,11.0206 1.2629,11.0093 1.2553,10.9957C1.2476,10.9822 1.2436,10.967 1.2436,10.9514V10.9513V1.5966C1.2436,1.5127 1.2601,1.4297 1.2922,1.3523C1.3243,1.2749 1.3713,1.2045 1.4305,1.1453C1.4898,1.086 1.5602,1.039 1.6376,1.0069C1.715,0.9748 1.798,0.9583 1.8818,0.9583H8.4612C8.545,0.9583 8.628,0.9748 8.7054,1.0069C8.7828,1.039 8.8532,1.086 8.9125,1.1453C8.9717,1.2045 9.0187,1.2749 9.0508,1.3523C9.0829,1.4297 9.0994,1.5127 9.0994,1.5966V10.9513Z"
|
||||
android:strokeWidth="0.916667"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#3EAF96" />
|
||||
<path
|
||||
android:pathData="M3.1432,5.6071L5.042,7.1463L7.4646,3.25"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="0.916667"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#3EAF96"
|
||||
android:strokeLineCap="round" />
|
||||
</group>
|
||||
</vector>
|
||||
18
chatkit-ui/src/main/res/drawable/ic_message_to_audio.xml
Normal file
18
chatkit-ui/src/main/res/drawable/ic_message_to_audio.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M19.6743,11.5256L22.1497,14.0001L19.6743,16.4746C19.0181,15.8183 18.6495,14.9282 18.6495,14.0001C18.6495,13.072 19.0181,12.182 19.6743,11.5256ZM17.1998,18.95L15.9625,20.1872C12.5448,16.7704 12.5448,11.2299 15.9625,7.813L17.1998,9.0502C16.5497,9.7002 16.0341,10.4719 15.6823,11.3212C15.3305,12.1705 15.1494,13.0808 15.1494,14.0001C15.1494,14.9194 15.3305,15.8297 15.6823,16.679C16.0341,17.5283 16.5497,18.3 17.1998,18.95Z"
|
||||
android:fillColor="#757B81" />
|
||||
<path
|
||||
android:pathData="M13.4873,5.3375C8.7037,10.122 8.7037,17.878 13.4873,22.6625L12.2501,23.8997C6.7831,18.4318 6.7831,9.5672 12.2501,4.1002L13.4873,5.3383V5.3375Z"
|
||||
android:fillColor="#757B81" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_to_audio_1.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_to_audio_1.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M19.6743,11.5256L22.1497,14.0001L19.6743,16.4746C19.0181,15.8183 18.6495,14.9282 18.6495,14.0001C18.6495,13.072 19.0181,12.182 19.6743,11.5256ZM17.1998,18.95L15.9625,20.1872C12.5448,16.7704 12.5448,11.2299 15.9625,7.813L17.1998,9.0502C16.5497,9.7002 16.0341,10.4719 15.6823,11.3212C15.3305,12.1705 15.1494,13.0808 15.1494,14.0001C15.1494,14.9194 15.3305,15.8297 15.6823,16.679C16.0341,17.5283 16.5497,18.3 17.1998,18.95Z"
|
||||
android:fillColor="#757B81" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_to_audio_2.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_to_audio_2.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M19.6743,11.5255L22.1497,14L19.6743,16.4745C19.0181,15.8182 18.6495,14.9281 18.6495,14C18.6495,13.0719 19.0181,12.1819 19.6743,11.5255Z"
|
||||
android:fillColor="#757B81" />
|
||||
</vector>
|
||||
37
chatkit-ui/src/main/res/drawable/ic_message_transmit.xml
Normal file
37
chatkit-ui/src/main/res/drawable/ic_message_transmit.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M5.5,1H2C1.4477,1 1,1.4477 1,2V16C1,16.5523 1.4477,17 2,17H16C16.5523,17 17,16.5523 17,16V10"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M17,4H9C7.8954,4 7,4.8954 7,6V12"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M14,7L17,4"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:pathData="M14,1L17,4"
|
||||
android:strokeWidth="1.29"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#656A72"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_message_unread.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_message_unread.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M8,8m-7.25,0a7.25,7.25 0,1 1,14.5 0a7.25,7.25 0,1 1,-14.5 0"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C1C8D1" />
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_more.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_more.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M11.9998,22.0016C6.4771,22.0016 1.9998,17.5243 1.9998,12.0016C1.9998,6.4788 6.4771,2.0016 11.9998,2.0016C17.5226,2.0016 21.9998,6.4788 21.9998,12.0016C21.9998,17.5243 17.5226,22.0016 11.9998,22.0016ZM11.9998,20.5016C16.6943,20.5016 20.4998,16.6961 20.4998,12.0016C20.4998,7.3071 16.6943,3.5016 11.9998,3.5016C7.3053,3.5016 3.4998,7.3071 3.4998,12.0016C3.4998,16.6961 7.3053,20.5016 11.9998,20.5016ZM12.7498,11.2516H15.7498C15.9487,11.2516 16.1395,11.3306 16.2801,11.4713C16.4208,11.6119 16.4998,11.8027 16.4998,12.0016C16.4998,12.2005 16.4208,12.3913 16.2801,12.5319C16.1395,12.6726 15.9487,12.7516 15.7498,12.7516H12.7498V15.7516C12.7498,15.9505 12.6708,16.1413 12.5301,16.2819C12.3895,16.4226 12.1987,16.5016 11.9998,16.5016C11.8009,16.5016 11.6101,16.4226 11.4695,16.2819C11.3288,16.1413 11.2498,15.9505 11.2498,15.7516V12.7516H8.2498C8.0509,12.7516 7.8601,12.6726 7.7195,12.5319C7.5788,12.3913 7.4998,12.2005 7.4998,12.0016C7.4998,11.8027 7.5788,11.6119 7.7195,11.4713C7.8601,11.3306 8.0509,11.2516 8.2498,11.2516H11.2498V8.2516C11.2498,8.0527 11.3288,7.8619 11.4695,7.7213C11.6101,7.5806 11.8009,7.5016 11.9998,7.5016C12.1987,7.5016 12.3895,7.5806 12.5301,7.7213C12.6708,7.8619 12.7498,8.0527 12.7498,8.2516V11.2516Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
29
chatkit-ui/src/main/res/drawable/ic_more_black.xml
Normal file
29
chatkit-ui/src/main/res/drawable/ic_more_black.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M10,10m-9,0a9,9 0,1 1,18 0a9,9 0,1 1,-18 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#333333"/>
|
||||
<path
|
||||
android:pathData="M6,10H14.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#333333"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M10,6L10,14.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#333333"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
19
chatkit-ui/src/main/res/drawable/ic_more_media.xml
Normal file
19
chatkit-ui/src/main/res/drawable/ic_more_media.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M14,14m-14,0a14,14 0,1 1,28 0a14,14 0,1 1,-28 0"
|
||||
android:fillColor="#4C4C4C"/>
|
||||
<path
|
||||
android:pathData="M8,9C7.4478,9 7,9.4478 7,10V12C7,12.5522 7.4478,13 8,13H10C10.5522,13 11,12.5522 11,12V10C11,9.4478 10.5522,9 10,9H8ZM8,14C7.4478,14 7,14.4478 7,15V17C7,17.5522 7.4478,18 8,18H10C10.5522,18 11,17.5522 11,17V15C11,14.4478 10.5522,14 10,14H8ZM12,10C12,9.4478 12.4478,9 13,9H15C15.5522,9 16,9.4478 16,10V12C16,12.5522 15.5522,13 15,13H13C12.4478,13 12,12.5522 12,12V10ZM13,14C12.4478,14 12,14.4478 12,15V17C12,17.5522 12.4478,18 13,18H15C15.5522,18 16,17.5522 16,17V15C16,14.4478 15.5522,14 15,14H13ZM17,10C17,9.4478 17.4478,9 18,9H20C20.5522,9 21,9.4478 21,10V12C21,12.5522 20.5522,13 20,13H18C17.4478,13 17,12.5522 17,12V10ZM18,14C17.4478,14 17,14.4478 17,15V17C17,17.5522 17.4478,18 18,18H20C20.5522,18 21,17.5522 21,17V15C21,14.4478 20.5522,14 20,14H18Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
19
chatkit-ui/src/main/res/drawable/ic_more_point.xml
Normal file
19
chatkit-ui/src/main/res/drawable/ic_more_point.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="26dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="26">
|
||||
<path
|
||||
android:pathData="M6.5,12.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M13.5,12.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M20.5,12.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_more_selected.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_more_selected.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M11.9998,22.0016C6.4771,22.0016 1.9998,17.5243 1.9998,12.0016C1.9998,6.4788 6.4771,2.0016 11.9998,2.0016C17.5226,2.0016 21.9998,6.4788 21.9998,12.0016C21.9998,17.5243 17.5226,22.0016 11.9998,22.0016ZM11.9998,20.5016C16.6943,20.5016 20.4998,16.6961 20.4998,12.0016C20.4998,7.3071 16.6943,3.5016 11.9998,3.5016C7.3053,3.5016 3.4998,7.3071 3.4998,12.0016C3.4998,16.6961 7.3053,20.5016 11.9998,20.5016ZM12.7498,11.2516H15.7498C15.9487,11.2516 16.1395,11.3306 16.2801,11.4713C16.4208,11.6119 16.4998,11.8027 16.4998,12.0016C16.4998,12.2005 16.4208,12.3913 16.2801,12.5319C16.1395,12.6726 15.9487,12.7516 15.7498,12.7516H12.7498V15.7516C12.7498,15.9505 12.6708,16.1413 12.5301,16.2819C12.3895,16.4226 12.1987,16.5016 11.9998,16.5016C11.8009,16.5016 11.6101,16.4226 11.4695,16.2819C11.3288,16.1413 11.2498,15.9505 11.2498,15.7516V12.7516H8.2498C8.0509,12.7516 7.8601,12.6726 7.7195,12.5319C7.5788,12.3913 7.4998,12.2005 7.4998,12.0016C7.4998,11.8027 7.5788,11.6119 7.7195,11.4713C7.8601,11.3306 8.0509,11.2516 8.2498,11.2516H11.2498V8.2516C11.2498,8.0527 11.3288,7.8619 11.4695,7.7213C11.6101,7.5806 11.8009,7.5016 11.9998,7.5016C12.1987,7.5016 12.3895,7.5806 12.5301,7.7213C12.6708,7.8619 12.7498,8.0527 12.7498,8.2516V11.2516Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_more_selector.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_more_selector.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/ic_more_selected" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/ic_more" />
|
||||
</selector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_mp3_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_mp3_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#F16C00"/>
|
||||
<path
|
||||
android:pathData="M754.43,452.31a63.53,63.53 0,0 1,-9.4 22.77c-3.74,5.73 -7.53,9.55 -11.33,7.61 -3.74,0 -5.67,-24.72 -7.47,-28.56a74.27,74.27 0,0 1,-5.67 -20.88c-1.87,-15.22 -7.54,-28.63 -17,-34.28 -9.4,-7.61 -22.55,-13.34 -39.55,-17.16 -18.44,-3.61 -35.84,-11.4 -50.87,-22.77 -15.07,-11.45 -32.01,-20.95 -41.43,-32.4 -9.46,-9.5 -16.99,-11.44 -20.74,-9.5 -5.67,1.89 -7.53,7.61 -7.53,13.34v353.91c0,9.57 -1.86,20.95 -5.67,32.4 -3.75,11.44 -5.67,22.83 -15.07,34.21 -9.41,11.45 -22.61,19.06 -39.55,26.67 -16.99,7.61 -37.68,11.44 -60.35,13.34a135.73,135.73 0,0 1,-67.82 -13.34,135.33 135.33,0 0,1 -47.08,-36.17C296.58,726.28 290.91,711.06 290.91,692c0,-17.11 7.59,-34.21 24.53,-49.43 15.08,-15.22 32.01,-26.67 50.89,-32.4 18.8,-5.71 35.81,-9.5 52.75,-9.5 16.99,0 43.35,0 56.55,3.84 13.14,3.77 22.6,5.71 30.14,7.61v-336.87c0,-11.44 3.74,-20.88 9.4,-28.49 5.67,-7.61 15.07,-11.45 24.48,-13.34 9.46,-1.89 16.99,0 22.66,5.73 5.67,3.77 0,11.44 7.48,18.99a699.87,699.87 0,0 0,22.67 28.56c9.4,11.44 20.68,20.95 35.75,30.44 13.21,9.5 24.53,15.22 33.94,20.95 9.4,3.77 18.86,7.61 26.4,11.44 7.53,3.78 16.94,7.56 24.47,13.28 7.54,5.73 16.99,13.34 26.34,24.79 9.46,11.44 15.07,20.88 17,32.33 0,11.44 0,22.83 -1.93,32.33v0.06z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
18
chatkit-ui/src/main/res/drawable/ic_other_file.xml
Normal file
18
chatkit-ui/src/main/res/drawable/ic_other_file.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:pathData="M6.016,0H19.04L28.8,9.8667V29.1556C28.8,30.7265 27.5392,32 25.984,32H6.016C4.4608,32 3.2,30.7265 3.2,29.1556V2.8444C3.2,1.2735 4.4608,0 6.016,0Z"
|
||||
android:fillColor="#BBBBBF"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M8,16.0002C8,15.5584 8.3582,15.2002 8.8,15.2002H19.2C19.6418,15.2002 20,15.5584 20,16.0002C20,16.442 19.6418,16.8002 19.2,16.8002H8.8C8.3582,16.8002 8,16.442 8,16.0002ZM8,20.0002C8,19.5584 8.3582,19.2002 8.8,19.2002H19.2C19.6418,19.2002 20,19.5584 20,20.0002C20,20.442 19.6418,20.8002 19.2,20.8002H8.8C8.3582,20.8002 8,20.442 8,20.0002ZM8.8,23.2002C8.3582,23.2002 8,23.5584 8,24.0002C8,24.442 8.3582,24.8002 8.8,24.8002H14.4C14.8418,24.8002 15.2,24.442 15.2,24.0002C15.2,23.5584 14.8418,23.2002 14.4,23.2002H8.8Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M19.04,0L28.8,9.8667H21.856C20.3007,9.8667 19.04,8.5932 19.04,7.0222V0Z"
|
||||
android:fillColor="#E8E9ED"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_pdf_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_pdf_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#FA4E4E"/>
|
||||
<path
|
||||
android:pathData="M705.19,643.99c-40.15,-2.98 -78.79,-17.89 -110.01,-44.72 -60.94,13.42 -118.92,32.8 -176.9,56.65C372.2,737.9 329.1,779.64 291.93,779.64c-7.44,0 -16.35,-1.49 -22.3,-5.96 -16.36,-7.45 -25.27,-23.85 -25.27,-40.25 0,-13.42 2.97,-50.68 144.19,-111.79 32.7,-59.62 57.98,-120.74 78.79,-184.83 -17.84,-35.77 -56.48,-123.72 -29.73,-168.44 8.93,-16.4 26.76,-25.33 46.08,-23.85 14.87,0 29.73,7.46 38.66,19.39 19.32,26.83 17.84,83.47 -7.45,166.95a449.43,449.43 0,0 0,92.17 119.24c31.22,-5.96 62.44,-10.43 93.65,-10.43 69.86,1.49 80.28,34.28 78.78,53.66 0,50.68 -49.05,50.68 -74.31,50.68zM288.95,736.41l4.47,-1.49c20.81,-7.45 37.15,-22.35 49.05,-41.74 -22.3,8.95 -40.13,23.85 -53.52,43.23zM486.66,289.25h-4.46c-1.48,0 -4.46,0 -5.93,1.49 -5.95,25.33 -1.49,52.17 8.91,76.02 8.91,-25.34 8.91,-52.18 1.49,-77.51zM497.07,505.37l-1.49,2.99 -1.49,-1.49c-13.38,34.28 -28.24,68.56 -44.59,101.35l2.98,-1.49v2.98a863.88,863.88 0,0 1,101.07 -29.81l-1.48,-1.49h4.46c-22.3,-22.35 -43.11,-47.7 -59.46,-73.04zM699.24,584.38c-13.38,0 -25.27,0 -38.66,2.98 14.87,7.45 29.73,10.43 44.6,11.92 10.4,1.5 20.81,0 29.72,-2.98 0,-4.47 -5.93,-11.92 -35.67,-11.92z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_ppt_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_ppt_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#FF9333"/>
|
||||
<path
|
||||
android:pathData="M407.62,791.27L407.62,581.89h149.18C673.84,581.89 733.09,530.97 733.09,429.85 733.09,329.47 674.56,279.27 557.5,279.27L349.09,279.27v512h58.53zM553.94,530.97L407.62,530.97L407.62,330.18h146.32c40.68,0 70.67,7.89 90.65,25.1 19.99,15.06 29.98,40.16 29.98,74.59 0,34.41 -9.98,59.51 -29.27,76 -19.98,16.5 -49.95,25.1 -91.35,25.1z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_rar_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_rar_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#576A95"/>
|
||||
<path
|
||||
android:pathData="M418.91,0h93.29v92.82L418.91,92.82L418.91,0zM511.8,92.82L605.09,92.82v92.83h-93.29L511.8,92.82zM418.91,185.66h93.29v91.67L418.91,277.33v-91.67zM511.8,277.33L605.09,277.33v91.69h-93.29v-91.69zM418.91,369.02h93.29v91.67L418.91,460.7v-91.68zM511.03,467.57h92.51v92.06h-92.51v-92.06zM418.91,565.95v183.37a45.73,45.73 0,0 0,13.5 32.41,46.18 46.18,0 0,0 32.57,13.43h94.05c12.22,0 23.94,-4.83 32.58,-13.43A45.73,45.73 0,0 0,605.09 749.31L605.09,565.95L418.91,565.95zM559.02,763.07L464.99,763.07v-92.07h94.05v92.07z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/ic_record_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/ic_record_normal" android:state_pressed="false" />
|
||||
</selector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_record_normal.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_record_normal.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M14.3749,26.9503V28.874C14.3749,29.1724 14.2564,29.4585 14.0454,29.6695C13.8344,29.8805 13.5482,29.999 13.2499,29.999C12.9515,29.999 12.6654,29.8805 12.4544,29.6695C12.2434,29.4585 12.1249,29.1724 12.1249,28.874V26.9503C5.61,26.3803 0.4999,20.9113 0.4999,14.249V13.499C0.4999,13.2007 0.6184,12.9145 0.8294,12.7035C1.0404,12.4925 1.3265,12.374 1.6249,12.374C1.9232,12.374 2.2094,12.4925 2.4204,12.7035C2.6314,12.9145 2.7499,13.2007 2.7499,13.499V14.249C2.7499,20.048 7.4509,24.749 13.2499,24.749C19.0489,24.749 23.7499,20.048 23.7499,14.249V13.499C23.7499,13.2007 23.8684,12.9145 24.0794,12.7035C24.2904,12.4925 24.5765,12.374 24.8749,12.374C25.1732,12.374 25.4594,12.4925 25.6704,12.7035C25.8813,12.9145 25.9999,13.2007 25.9999,13.499V14.249C25.9999,20.9116 20.8897,26.3803 14.3749,26.9503ZM5.7499,7.4953C5.7499,3.3553 9.1073,-0.001 13.2499,-0.001C17.3906,-0.001 20.7499,3.3579 20.7499,7.4953V14.2528C20.7499,18.3928 17.3925,21.749 13.2499,21.749C9.1091,21.749 5.7499,18.3901 5.7499,14.2528V7.4953ZM7.9999,7.4953V14.2528C7.9999,17.1478 10.3515,19.499 13.2499,19.499C16.1501,19.499 18.4999,17.1504 18.4999,14.2528V7.4953C18.4999,4.6003 16.1483,2.249 13.2499,2.249C10.3496,2.249 7.9999,4.5977 7.9999,7.4953Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
16
chatkit-ui/src/main/res/drawable/ic_record_pressed.xml
Normal file
16
chatkit-ui/src/main/res/drawable/ic_record_pressed.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="30"
|
||||
android:alpha="0.5">
|
||||
<path
|
||||
android:pathData="M14.3749,26.9503V28.874C14.3749,29.1724 14.2564,29.4585 14.0454,29.6695C13.8344,29.8805 13.5482,29.999 13.2499,29.999C12.9515,29.999 12.6654,29.8805 12.4544,29.6695C12.2434,29.4585 12.1249,29.1724 12.1249,28.874V26.9503C5.61,26.3803 0.4999,20.9113 0.4999,14.249V13.499C0.4999,13.2007 0.6184,12.9145 0.8294,12.7035C1.0404,12.4925 1.3265,12.374 1.6249,12.374C1.9232,12.374 2.2094,12.4925 2.4204,12.7035C2.6314,12.9145 2.7499,13.2007 2.7499,13.499V14.249C2.7499,20.048 7.4509,24.749 13.2499,24.749C19.0489,24.749 23.7499,20.048 23.7499,14.249V13.499C23.7499,13.2007 23.8684,12.9145 24.0794,12.7035C24.2904,12.4925 24.5765,12.374 24.8749,12.374C25.1732,12.374 25.4594,12.4925 25.6704,12.7035C25.8813,12.9145 25.9999,13.2007 25.9999,13.499V14.249C25.9999,20.9116 20.8897,26.3803 14.3749,26.9503ZM5.7499,7.4953C5.7499,3.3553 9.1073,-0.001 13.2499,-0.001C17.3906,-0.001 20.7499,3.3579 20.7499,7.4953V14.2528C20.7499,18.3928 17.3925,21.749 13.2499,21.749C9.1091,21.749 5.7499,18.3901 5.7499,14.2528V7.4953ZM7.9999,7.4953V14.2528C7.9999,17.1478 10.3515,19.499 13.2499,19.499C16.1501,19.499 18.4999,17.1504 18.4999,14.2528V7.4953C18.4999,4.6003 16.1483,2.249 13.2499,2.249C10.3496,2.249 7.9999,4.5977 7.9999,7.4953Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
14
chatkit-ui/src/main/res/drawable/ic_right_arrow.xml
Normal file
14
chatkit-ui/src/main/res/drawable/ic_right_arrow.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
|
||||
<path
|
||||
android:pathData="M5.1032,3.5123C4.8629,3.272 4.8629,2.8823 5.1032,2.642C5.3435,2.4017 5.7332,2.4017 5.9735,2.642L5.1032,3.5123ZM10.4614,8.0002L10.8966,7.5651C11.1369,7.8054 11.1369,8.1951 10.8966,8.4354L10.4614,8.0002ZM6.2812,13.0508C6.0409,13.2911 5.6512,13.2911 5.4109,13.0508C5.1706,12.8104 5.1706,12.4208 5.4109,12.1805L6.2812,13.0508ZM5.9735,2.642L10.8966,7.5651L10.0263,8.4354L5.1032,3.5123L5.9735,2.642ZM10.8966,8.4354L6.2812,13.0508L5.4109,12.1805L10.0263,7.5651L10.8966,8.4354Z"
|
||||
android:fillColor="#999999" />
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_right_arrow_blue.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_right_arrow_blue.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M5.1577,2.2858C5.2864,2.2858 5.4166,2.3334 5.5252,2.4287L11.2099,7.5061C11.348,7.6297 11.4285,7.8159 11.4285,8.0139C11.4285,8.2105 11.348,8.3981 11.2099,8.5203L5.5494,13.5709C5.2972,13.7958 4.9283,13.7511 4.7258,13.4711C4.5233,13.1911 4.5635,12.7815 4.8157,12.5565L9.9074,8.0125L4.7902,3.443C4.538,3.2181 4.4978,2.8084 4.7003,2.5284C4.8171,2.3691 4.9861,2.2858 5.1577,2.2858Z"
|
||||
android:fillColor="#1861DF" />
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_search.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_search.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M6.9706,2.7743C9.12,2.7777 10.9176,4.4086 11.1293,6.5476C11.3413,8.6866 9.8984,10.6385 7.7916,11.0634C5.6845,11.4884 3.598,10.2484 2.9643,8.1945C2.3305,6.1405 3.3552,3.9405 5.3352,3.1042C5.8526,2.8853 6.4088,2.7731 6.9706,2.7743ZM6.9706,1.8046C4.1144,1.8046 1.7988,4.1201 1.7988,6.9763C1.7988,9.8324 4.1144,12.148 6.9706,12.148C9.8267,12.148 12.1423,9.8324 12.1423,6.9763C12.1423,4.1201 9.8267,1.8046 6.9706,1.8046ZM13.7099,14.2005C13.6462,14.2007 13.5831,14.1881 13.5243,14.1637C13.4654,14.1393 13.412,14.1035 13.3671,14.0583L10.9105,11.6017C10.7269,11.4114 10.7295,11.109 10.9164,10.9219C11.1035,10.7349 11.4059,10.7322 11.596,10.9161L14.0526,13.3726C14.1203,13.4405 14.1665,13.5268 14.1852,13.6209C14.2039,13.7149 14.1943,13.8123 14.1576,13.9009C14.121,13.9896 14.059,14.0654 13.9793,14.1187C13.8996,14.172 13.8058,14.2005 13.7099,14.2005Z"
|
||||
android:fillColor="#A6ADB6"/>
|
||||
</vector>
|
||||
25
chatkit-ui/src/main/res/drawable/ic_send_emoji.xml
Normal file
25
chatkit-ui/src/main/res/drawable/ic_send_emoji.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M20.4563,17.72H20.4581V17.7094L20.4563,17.72Z"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M18.9204,5.0795C15.1046,1.263 8.8953,1.263 5.0795,5.0795C1.263,8.8953 1.263,15.1046 5.0795,18.9204C8.8953,22.7369 15.1046,22.7369 18.9204,18.9204C22.7369,15.1046 22.7369,8.8953 18.9204,5.0795ZM17.9271,17.9278C14.6589,21.196 9.3403,21.1953 6.0725,17.9278C2.8039,14.6589 2.8039,9.3414 6.0725,6.0725C9.3403,2.8046 14.6589,2.8039 17.9271,6.0725C21.1953,9.3403 21.1953,14.6596 17.9271,17.9278Z"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M8.9464,10.9686C9.5272,10.9686 10,10.4959 10,9.9147C10,9.3328 9.5272,8.8594 8.9464,8.8594C8.3641,8.8594 7.8914,9.3328 7.8914,9.9147C7.8914,10.4959 8.3641,10.9686 8.9464,10.9686Z"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M15.0159,10.969C15.5974,10.969 16.0708,10.4952 16.0708,9.914C16.0708,9.3321 15.5974,8.8594 15.0159,8.8594C14.435,8.8594 13.9623,9.3321 13.9623,9.914C13.9623,10.4952 14.435,10.969 15.0159,10.969Z"
|
||||
android:fillColor="#656A72"/>
|
||||
<path
|
||||
android:pathData="M15.0527,14.5104L14.9952,14.5291C14.0504,14.9568 13.037,15.1744 11.9855,15.1744C10.8993,15.1744 9.8721,14.9547 8.9315,14.5229L8.8746,14.5055C8.8393,14.4958 8.7914,14.482 8.7318,14.482C8.386,14.482 8.1052,14.7627 8.1052,15.1072C8.1052,15.2707 8.1822,15.435 8.309,15.5584L8.3014,15.5965L8.4615,15.6686C9.5844,16.1767 10.8057,16.4443 11.9931,16.4443C13.2027,16.4443 14.388,16.1837 15.5317,15.6624C15.7327,15.5521 15.8581,15.3408 15.8581,15.1113C15.8581,14.7073 15.4929,14.3752 15.0527,14.5104Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
25
chatkit-ui/src/main/res/drawable/ic_send_emoji_selected.xml
Normal file
25
chatkit-ui/src/main/res/drawable/ic_send_emoji_selected.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M20.4563,17.72H20.4581V17.7094L20.4563,17.72Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
<path
|
||||
android:pathData="M18.9204,5.0795C15.1046,1.263 8.8953,1.263 5.0795,5.0795C1.263,8.8953 1.263,15.1046 5.0795,18.9204C8.8953,22.7369 15.1046,22.7369 18.9204,18.9204C22.7369,15.1046 22.7369,8.8953 18.9204,5.0795ZM17.9271,17.9278C14.6589,21.196 9.3403,21.1953 6.0725,17.9278C2.8039,14.6589 2.8039,9.3414 6.0725,6.0725C9.3403,2.8046 14.6589,2.8039 17.9271,6.0725C21.1953,9.3403 21.1953,14.6596 17.9271,17.9278Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
<path
|
||||
android:pathData="M8.9464,10.9686C9.5272,10.9686 10,10.4959 10,9.9147C10,9.3328 9.5272,8.8594 8.9464,8.8594C8.3641,8.8594 7.8914,9.3328 7.8914,9.9147C7.8914,10.4959 8.3641,10.9686 8.9464,10.9686Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
<path
|
||||
android:pathData="M15.0159,10.969C15.5974,10.969 16.0708,10.4952 16.0708,9.914C16.0708,9.3321 15.5974,8.8594 15.0159,8.8594C14.435,8.8594 13.9623,9.3321 13.9623,9.914C13.9623,10.4952 14.435,10.969 15.0159,10.969Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
<path
|
||||
android:pathData="M15.0527,14.5104L14.9952,14.5291C14.0504,14.9568 13.037,15.1744 11.9855,15.1744C10.8993,15.1744 9.8721,14.9547 8.9315,14.5229L8.8746,14.5055C8.8393,14.4958 8.7914,14.482 8.7318,14.482C8.386,14.482 8.1052,14.7627 8.1052,15.1072C8.1052,15.2707 8.1822,15.435 8.309,15.5584L8.3014,15.5965L8.4615,15.6686C9.5844,16.1767 10.8057,16.4443 11.9931,16.4443C13.2027,16.4443 14.388,16.1837 15.5317,15.6624C15.7327,15.5521 15.8581,15.3408 15.8581,15.1113C15.8581,14.7073 15.4929,14.3752 15.0527,14.5104Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_send_emoji_selector.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_send_emoji_selector.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/ic_send_emoji_selected" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/ic_send_emoji" />
|
||||
</selector>
|
||||
9
chatkit-ui/src/main/res/drawable/ic_send_file.xml
Normal file
9
chatkit-ui/src/main/res/drawable/ic_send_file.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="30dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="30"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M5.0023,13.061L3,20.4026V6.3158C3.0004,5.9669 3.1391,5.6325 3.3858,5.3858C3.6325,5.1392 3.9669,5.0004 4.3158,5H10.5678C10.7406,4.9995 10.9119,5.0333 11.0716,5.0995C11.2313,5.1656 11.3763,5.2628 11.4982,5.3854L14.1936,8.0808C14.2179,8.1053 14.2469,8.1248 14.2788,8.138C14.3108,8.1512 14.345,8.158 14.3796,8.1579H23.7895C24.1383,8.1583 24.4728,8.297 24.7194,8.5437C24.9661,8.7904 25.1049,9.1248 25.1053,9.4737V11.3158H7.2872C6.7678,11.3166 6.2631,11.4878 5.8504,11.803C5.4377,12.1183 5.1398,12.5602 5.0023,13.061V13.061ZM27.749,12.8855C27.6267,12.7242 27.4686,12.5935 27.2871,12.5037C27.1056,12.414 26.9057,12.3677 26.7033,12.3684H7.2872C6.9985,12.369 6.7181,12.4642 6.4888,12.6395C6.2595,12.8148 6.094,13.0604 6.0178,13.3388L3.2905,23.3388C3.2374,23.534 3.23,23.7387 3.2689,23.9372C3.3077,24.1356 3.3918,24.3224 3.5146,24.4831C3.6374,24.6438 3.7956,24.774 3.9769,24.8637C4.1581,24.9533 4.3576,25 4.5599,25H23.976C24.2646,24.9995 24.5451,24.9042 24.7744,24.7289C25.0037,24.5537 25.1691,24.308 25.2454,24.0296L27.9727,14.0296C28.0265,13.8346 28.0343,13.6298 27.9955,13.4312C27.9566,13.2327 27.8722,13.0459 27.7488,12.8855H27.749Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_send_image.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_send_image.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M21.9998,12.9809V17.9984C21.9998,19.5172 20.7686,20.7484 19.2498,20.7484H4.7498C3.2311,20.7484 1.9998,19.5172 1.9998,17.9984V5.9984C1.9998,4.4797 3.2311,3.2484 4.7498,3.2484H19.2498C20.7686,3.2484 21.9998,4.4797 21.9998,5.9984V12.9809ZM20.4998,11.2319V5.9984C20.4998,5.8343 20.4675,5.6717 20.4047,5.5201C20.3419,5.3684 20.2498,5.2306 20.1337,5.1145C20.0176,4.9985 19.8798,4.9064 19.7282,4.8436C19.5765,4.7807 19.414,4.7484 19.2498,4.7484H4.7498C4.5857,4.7484 4.4231,4.7807 4.2715,4.8436C4.1198,4.9064 3.982,4.9985 3.8659,5.1145C3.7499,5.2306 3.6578,5.3684 3.595,5.5201C3.5322,5.6717 3.4998,5.8343 3.4998,5.9984V14.0722C3.8309,14.023 4.1651,13.9983 4.4998,13.9984C6.068,13.9961 7.5876,14.542 8.7958,15.5417C10.0083,12.3824 13.0523,10.2484 16.4998,10.2484C18.0398,10.2484 19.4763,10.6417 20.4998,11.2319ZM20.4998,13.1594C20.3748,12.9644 20.0046,12.6519 19.4768,12.3879C18.6741,11.9864 17.6493,11.7484 16.4998,11.7484C13.6458,11.7484 11.1296,13.5359 10.1616,16.1709C10.0976,16.3454 9.9881,16.6472 9.8336,17.0752C9.6536,17.5744 9.0261,17.7339 8.6296,17.3812C8.2443,17.0382 7.9603,16.7937 7.7826,16.6512C6.8522,15.9031 5.6936,15.4963 4.4998,15.4984C4.1608,15.4984 3.8266,15.5304 3.4998,15.5934V17.9984C3.4998,18.1626 3.5322,18.3251 3.595,18.4768C3.6578,18.6284 3.7499,18.7662 3.8659,18.8823C3.982,18.9984 4.1198,19.0904 4.2715,19.1533C4.4231,19.2161 4.5857,19.2484 4.7498,19.2484H19.2498C19.414,19.2484 19.5765,19.2161 19.7282,19.1533C19.8798,19.0904 20.0176,18.9984 20.1337,18.8823C20.2498,18.7662 20.3419,18.6284 20.4047,18.4768C20.4675,18.3251 20.4998,18.1626 20.4998,17.9984V13.1592V13.1594ZM7.4998,11.2484C6.9031,11.2484 6.3308,11.0114 5.9088,10.5894C5.4869,10.1674 5.2498,9.5951 5.2498,8.9984C5.2498,8.4017 5.4869,7.8294 5.9088,7.4074C6.3308,6.9855 6.9031,6.7484 7.4998,6.7484C8.0965,6.7484 8.6688,6.9855 9.0908,7.4074C9.5128,7.8294 9.7498,8.4017 9.7498,8.9984C9.7498,9.5951 9.5128,10.1674 9.0908,10.5894C8.6688,11.0114 8.0965,11.2484 7.4998,11.2484ZM7.4998,9.7484C7.6987,9.7484 7.8895,9.6694 8.0302,9.5287C8.1708,9.3881 8.2498,9.1973 8.2498,8.9984C8.2498,8.7995 8.1708,8.6087 8.0302,8.4681C7.8895,8.3274 7.6987,8.2484 7.4998,8.2484C7.3009,8.2484 7.1101,8.3274 6.9695,8.4681C6.8288,8.6087 6.7498,8.7995 6.7498,8.9984C6.7498,9.1973 6.8288,9.3881 6.9695,9.5287C7.1101,9.6694 7.3009,9.7484 7.4998,9.7484Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
13
chatkit-ui/src/main/res/drawable/ic_send_voice.xml
Normal file
13
chatkit-ui/src/main/res/drawable/ic_send_voice.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M12.2499,19.9668V21.2493C12.2499,21.4482 12.1709,21.6389 12.0302,21.7796C11.8896,21.9202 11.6988,21.9993 11.4999,21.9993C11.301,21.9993 11.1102,21.9202 10.9695,21.7796C10.8289,21.6389 10.7499,21.4482 10.7499,21.2493V19.9668C6.4066,19.5868 2.9999,15.9408 2.9999,11.4993V10.9993C2.9999,10.8004 3.0789,10.6096 3.2195,10.4689C3.3602,10.3283 3.551,10.2493 3.7499,10.2493C3.9488,10.2493 4.1396,10.3283 4.2802,10.4689C4.4209,10.6096 4.4999,10.8004 4.4999,10.9993V11.4993C4.4999,15.3653 7.6339,18.4993 11.4999,18.4993C15.3659,18.4993 18.4999,15.3653 18.4999,11.4993V10.9993C18.4999,10.8004 18.5789,10.6096 18.7195,10.4689C18.8602,10.3283 19.051,10.2493 19.2499,10.2493C19.4488,10.2493 19.6396,10.3283 19.7802,10.4689C19.9209,10.6096 19.9999,10.8004 19.9999,10.9993V11.4993C19.9999,15.941 16.5931,19.5868 12.2499,19.9668V19.9668ZM6.4999,6.9968C6.4999,4.2368 8.7381,1.9993 11.4999,1.9993C14.2604,1.9993 16.4999,4.2385 16.4999,6.9968V11.5018C16.4999,14.2618 14.2616,16.4993 11.4999,16.4993C8.7394,16.4993 6.4999,14.26 6.4999,11.5018V6.9968V6.9968ZM7.9999,6.9968V11.5018C7.9999,13.4318 9.5676,14.9993 11.4999,14.9993C13.4334,14.9993 14.9999,13.4335 14.9999,11.5018V6.9968C14.9999,5.0668 13.4321,3.4993 11.4999,3.4993C9.5664,3.4993 7.9999,5.065 7.9999,6.9968V6.9968Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_send_voice_selected.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_send_voice_selected.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M12.2499,19.9668V21.2493C12.2499,21.4482 12.1709,21.6389 12.0302,21.7796C11.8896,21.9202 11.6988,21.9993 11.4999,21.9993C11.301,21.9993 11.1102,21.9202 10.9695,21.7796C10.8289,21.6389 10.7499,21.4482 10.7499,21.2493V19.9668C6.4066,19.5868 2.9999,15.9408 2.9999,11.4993V10.9993C2.9999,10.8004 3.0789,10.6096 3.2195,10.4689C3.3602,10.3283 3.551,10.2493 3.7499,10.2493C3.9488,10.2493 4.1396,10.3283 4.2802,10.4689C4.4209,10.6096 4.4999,10.8004 4.4999,10.9993V11.4993C4.4999,15.3653 7.6339,18.4993 11.4999,18.4993C15.3659,18.4993 18.4999,15.3653 18.4999,11.4993V10.9993C18.4999,10.8004 18.5789,10.6096 18.7195,10.4689C18.8602,10.3283 19.051,10.2493 19.2499,10.2493C19.4488,10.2493 19.6396,10.3283 19.7802,10.4689C19.9209,10.6096 19.9999,10.8004 19.9999,10.9993V11.4993C19.9999,15.941 16.5931,19.5868 12.2499,19.9668V19.9668ZM6.4999,6.9968C6.4999,4.2368 8.7381,1.9993 11.4999,1.9993C14.2604,1.9993 16.4999,4.2385 16.4999,6.9968V11.5018C16.4999,14.2618 14.2616,16.4993 11.4999,16.4993C8.7394,16.4993 6.4999,14.26 6.4999,11.5018V6.9968V6.9968ZM7.9999,6.9968V11.5018C7.9999,13.4318 9.5676,14.9993 11.4999,14.9993C13.4334,14.9993 14.9999,13.4335 14.9999,11.5018V6.9968C14.9999,5.0668 13.4321,3.4993 11.4999,3.4993C9.5664,3.4993 7.9999,5.065 7.9999,6.9968V6.9968Z"
|
||||
android:fillColor="#337EFF"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_send_voice_selector.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_send_voice_selector.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/ic_send_voice_selected" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/ic_send_voice" />
|
||||
</selector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_shoot.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_shoot.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="30dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="30"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M14.8392,11.8721C12.6969,11.8721 10.9593,13.5993 10.9593,15.7298C10.9593,17.8602 12.6969,19.5875 14.8392,19.5875C16.9821,19.5875 18.7197,17.8602 18.7197,15.7298C18.7197,13.5993 16.9822,11.8721 14.8392,11.8721ZM27.38,8.7669C27.38,8.0076 26.7597,7.3915 25.9956,7.3915H21.1499L20.4574,6.0148C20.4574,6.0148 19.8378,4.6381 19.0736,4.6381H10.766C10.0019,4.6381 9.3823,6.0148 9.3823,6.0148L8.6898,7.3915H3.8441C3.08,7.3915 2.4597,8.0076 2.4597,8.7669V23.9095C2.4597,24.6701 3.08,25.2863 3.8441,25.2863H25.9956C26.7597,25.2863 27.38,24.6701 27.38,23.9095V21.9821L27.3681,22.2755L27.38,17.2915V8.7669ZM14.8392,20.8737C11.9828,20.8737 9.6667,18.5694 9.6667,15.7298C9.6667,12.8887 11.9828,10.5858 14.8392,10.5858C17.6963,10.5858 20.0123,12.8887 20.0123,15.7298C20.0123,18.5694 17.6963,20.8737 14.8392,20.8737ZM23.03,11.6538C22.4397,11.6538 21.962,11.1754 21.962,10.5858C21.962,9.9962 22.4397,9.5178 23.03,9.5178C23.6196,9.5178 24.098,9.9962 24.098,10.5858C24.098,11.1754 23.6196,11.6538 23.03,11.6538Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
18
chatkit-ui/src/main/res/drawable/ic_team_all.xml
Normal file
18
chatkit-ui/src/main/res/drawable/ic_team_all.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="42dp"
|
||||
android:height="42dp"
|
||||
android:viewportWidth="42"
|
||||
android:viewportHeight="42">
|
||||
<path
|
||||
android:pathData="M21,21m-21,0a21,21 0,1 1,42 0a21,21 0,1 1,-42 0"
|
||||
android:fillColor="#337EFF"/>
|
||||
<path
|
||||
android:pathData="M21.5036,22.7496C19.1129,23.4009 16.4993,25.4501 16.4993,27.4472V30.0029H9.7496C9.3357,30.0029 9,29.6672 9,29.2533V27.5022C9,24.1795 15.6107,22.5036 18.9219,22.5036C19.657,22.5007 20.5543,22.5847 21.5036,22.7496ZM16.4993,21.0014C14.013,21.0014 11.9986,18.987 11.9986,16.5007C11.9986,14.0145 14.013,12 16.4993,12C18.9855,12 21,14.0145 21,16.5007C21,18.987 18.9855,21.0014 16.4993,21.0014ZM26.424,22.5007C28.3603,22.4515 29.9841,20.8596 30.0738,18.9262C30.1693,16.8133 28.508,15.0449 26.4038,15.0043H26.2533C24.1838,15.0449 22.5369,16.7583 22.5774,18.8278C22.6179,20.8973 24.3314,22.5528 26.424,22.5007ZM26.2504,24.0029C23.9986,24.0029 19.5007,25.343 19.5007,28.0029V29.2533C19.5007,29.6672 19.8365,30.0029 20.2504,30.0029H32.2504C32.6643,30.0029 33,29.6672 33,29.2533V28.0029C33,25.3401 28.5022,24.0029 26.2504,24.0029Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_text_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_text_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#8289AD"/>
|
||||
<path
|
||||
android:pathData="M552.63,791.27V330.18H733.09V279.27H314.18v50.91h180.46V791.27z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_unknown_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_unknown_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#CCCCCC"/>
|
||||
<path
|
||||
android:pathData="M349.09,439.27c0,-32 6.52,-57.6 13.03,-73.6s19.55,-32 35.84,-44.8c16.29,-16 32.58,-25.6 55.39,-32 19.55,-6.4 39.1,-9.6 61.91,-9.6 45.61,0 81.45,12.8 114.04,38.4C658.62,343.27 674.91,375.27 674.91,416.87c0,19.2 -6.52,35.2 -13.03,51.2 -6.52,16 -22.81,35.2 -48.87,57.6 -26.07,22.4 -35.84,38.4 -45.61,48 -9.77,9.6 -13.03,22.4 -19.55,35.2 -6.52,12.8 -3.26,22.4 -3.26,54.4h-65.16c0,-32 3.26,-48 6.52,-64s9.77,-28.8 19.55,-41.6 19.55,-28.8 42.36,-51.2c22.81,-22.4 39.1,-38.4 45.61,-48 6.52,-9.6 13.03,-25.6 13.03,-48 0,-22.4 -9.77,-38.4 -26.07,-54.4 -16.29,-16 -39.1,-25.6 -68.42,-25.6 -65.16,0 -97.75,44.8 -97.75,108.8H349.09zM544.58,791.27h-65.16v-64h65.16V791.27z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
9
chatkit-ui/src/main/res/drawable/ic_video_call.xml
Normal file
9
chatkit-ui/src/main/res/drawable/ic_video_call.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="30dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="30"
|
||||
android:viewportHeight="30">
|
||||
<path
|
||||
android:pathData="M22.147,17.191V13.81C22.147,13.472 22.26,13.083 22.415,12.921L26.115,9.112C27.326,7.867 28.719,7.517 28.719,8.852V22.15C28.719,23.484 27.326,23.136 26.115,21.89L22.415,18.082C22.26,17.922 22.147,17.531 22.147,17.191ZM20.397,20.942C20.397,21.485 20.181,22.006 19.797,22.39C19.413,22.775 18.892,22.99 18.349,22.99H4.049C3.505,22.99 2.984,22.775 2.6,22.39C2.216,22.006 2,21.485 2,20.942V10.057C2,9.514 2.216,8.992 2.6,8.608C2.984,8.224 3.505,8.008 4.049,8.008H18.349C18.892,8.008 19.413,8.224 19.797,8.608C20.181,8.992 20.397,9.514 20.397,10.057V20.942Z"
|
||||
android:fillColor="#656A72"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_video_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_video_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#7C8EEE"/>
|
||||
<path
|
||||
android:pathData="M727.77,553.82l-348.97,209.09C355.49,777.04 325.82,760.09 325.82,732.54V314.33c0,-26.85 29.67,-43.8 52.98,-30.37l348.97,209.09c22.61,14.13 22.61,47.33 0,60.74z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_video_pause.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_video_pause.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="26dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="26">
|
||||
<path
|
||||
android:pathData="M17.2656,4.0625H20.5156C21.3009,4.0625 21.9375,4.6991 21.9375,5.4844V20.541C21.9375,21.3263 21.3009,21.9629 20.5156,21.9629H17.2656C16.4803,21.9629 15.8438,21.3263 15.8438,20.541V5.4844C15.8438,4.6991 16.4803,4.0625 17.2656,4.0625ZM5.4844,4.0625H8.7344C9.5197,4.0625 10.1562,4.6991 10.1562,5.4844V20.541C10.1562,21.3263 9.5197,21.9629 8.7344,21.9629H5.4844C4.6991,21.9629 4.0625,21.3263 4.0625,20.541V5.4844C4.0625,4.6991 4.6991,4.0625 5.4844,4.0625Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
17
chatkit-ui/src/main/res/drawable/ic_video_pause_thumb.xml
Normal file
17
chatkit-ui/src/main/res/drawable/ic_video_pause_thumb.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="13dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="13"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M10.5023,16.996C10.2264,16.996 10.0027,16.7723 10.0027,16.4963V1.4997C10.0027,1.2237 10.2264,1 10.5023,1C10.7783,1 11.002,1.2237 11.002,1.4997V16.4963C11.002,16.7723 10.7783,16.996 10.5023,16.996ZM1.4997,16.996C1.2237,16.996 1,16.7723 1,16.4963V1.4997C1,1.2237 1.2237,1 1.4997,1C1.7756,1 1.9993,1.2237 1.9993,1.4997V16.4963C1.9993,16.7723 1.7756,16.996 1.4997,16.996Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"/>
|
||||
</vector>
|
||||
21
chatkit-ui/src/main/res/drawable/ic_video_player.xml
Normal file
21
chatkit-ui/src/main/res/drawable/ic_video_player.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<path
|
||||
android:pathData="M13,40C13,24.9523 24.9523,13 40,13C55.0477,13 67,24.9523 67,40C67,55.0477 55.0477,67 40,67C24.9523,67 13,55.0477 13,40Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.2"
|
||||
android:strokeColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M35.5145,51.0913C34.848,51.4912 34,51.0111 34,50.2338V29.7662C34,28.9889 34.848,28.5088 35.5145,28.9087L52.5708,39.1425C53.2182,39.5309 53.2182,40.4691 52.5708,40.8575L35.5145,51.0913Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
15
chatkit-ui/src/main/res/drawable/ic_video_resume.xml
Normal file
15
chatkit-ui/src/main/res/drawable/ic_video_resume.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="26dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="26">
|
||||
<path
|
||||
android:pathData="M5,4.1867C5,3.1349 5.742,2.7022 6.6517,3.2167L21.418,11.5658C22.33,12.0817 22.3277,12.9196 21.418,13.4336L6.6517,21.7827C5.7396,22.2986 5,21.8644 5,20.8127V4.1867Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
30
chatkit-ui/src/main/res/drawable/ic_voice_in.xml
Normal file
30
chatkit-ui/src/main/res/drawable/ic_voice_in.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="14dp"
|
||||
android:height="14dp"
|
||||
android:viewportWidth="14"
|
||||
android:viewportHeight="14">
|
||||
<path
|
||||
android:pathData="M3,5V8.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C0C1C1"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M10.5,5V8.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C0C1C1"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M7,2V11.5"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#C0C1C1"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
12
chatkit-ui/src/main/res/drawable/ic_word_file.xml
Normal file
12
chatkit-ui/src/main/res/drawable/ic_word_file.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="1024"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M0,0m93.09,0l837.82,0q93.09,0 93.09,93.09l0,837.82q0,93.09 -93.09,93.09l-837.82,0q-93.09,0 -93.09,-93.09l0,-837.82q0,-93.09 93.09,-93.09Z"
|
||||
android:fillColor="#4876F9"/>
|
||||
<path
|
||||
android:pathData="M420.74,709.82l90.71,-329.69h1.68L603.26,709.82h50.65L768,314.18h-51.2l-87.38,331.92H627.2L537.04,314.18h-49.52L396.8,646.1h-2.22L307.2,314.18H256l114.08,395.64z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
76
chatkit-ui/src/main/res/drawable/location_search_empty.xml
Normal file
76
chatkit-ui/src/main/res/drawable/location_search_empty.xml
Normal file
@@ -0,0 +1,76 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="122dp"
|
||||
android:height="91dp"
|
||||
android:viewportWidth="122"
|
||||
android:viewportHeight="91">
|
||||
<path
|
||||
android:pathData="M0,0h122v91h-122z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M68.21,8.75L46.23,13.79L40.73,15.16V82.49L68.21,77.45V8.75Z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M38.9,83.86V81.11L46.23,79.28L39.63,84.23C39.33,84.45 38.9,84.24 38.9,83.86Z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M103.02,16.08V85.23L68.21,77.45V8.75L103.02,16.08Z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M16,16.53V86.15L46.23,79.28V9.66L16,16.53Z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M73.71,69.2C73.71,69.2 99.81,70.58 100.27,66C100.73,61.42 78.29,55.46 79.2,44.47C79.2,32.56 91.57,25.24 91.57,25.24"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M43.42,41.21a12.75,10.42 124.76,1 0,17.12 11.88a12.75,10.42 124.76,1 0,-17.12 -11.88z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#2A6BF2"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M51.27,40.14L51.27,40.14A1.12,1.12 0,0 1,52.39 41.27L52.39,52.26A1.12,1.12 0,0 1,51.27 53.38L51.27,53.38A1.12,1.12 0,0 1,50.14 52.26L50.14,41.27A1.12,1.12 0,0 1,51.27 40.14z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#6996FD"/>
|
||||
<path
|
||||
android:pathData="M57.66,45.05L57.66,45.05A1.12,1.12 120,0 1,56.87 46.43L46.25,49.27A1.12,1.12 120,0 1,44.87 48.48L44.87,48.48A1.12,1.12 120,0 1,45.67 47.1L56.28,44.25A1.12,1.12 120,0 1,57.66 45.05z"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:strokeColor="#6996FD"/>
|
||||
<path
|
||||
android:pathData="M94.67,35.52C94.67,35.52 86.63,27.74 84.14,20.87C82.3,15.83 87.8,6.3 96.5,8.04C105.66,9.87 106.73,18.12 105.66,21.32C104.29,25.45 94.67,35.52 94.67,35.52ZM95.13,24.07C98.16,24.07 100.63,21.61 100.63,18.58C100.63,15.54 98.16,13.08 95.13,13.08C92.09,13.08 89.63,15.54 89.63,18.58C89.63,21.61 92.09,24.07 95.13,24.07Z"
|
||||
android:fillColor="#FECD2E"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M82.3,19.03L82.54,18.95L82.3,19.03ZM92.84,33.69L92.66,33.87L92.85,34.04L93.02,33.86L92.84,33.69ZM94.67,6.21L94.72,5.96L94.72,5.96L94.67,6.21ZM103.83,19.49L103.59,19.41L103.83,19.49ZM82.07,19.12C83.33,22.6 85.99,26.29 88.32,29.1C89.48,30.5 90.57,31.7 91.36,32.54C91.76,32.96 92.09,33.29 92.31,33.52C92.42,33.63 92.51,33.72 92.57,33.78C92.6,33.81 92.63,33.83 92.64,33.85C92.65,33.85 92.65,33.86 92.66,33.86C92.66,33.87 92.66,33.87 92.66,33.87C92.66,33.87 92.66,33.87 92.66,33.87C92.66,33.87 92.66,33.87 92.66,33.87C92.66,33.87 92.66,33.87 92.84,33.69C93.01,33.51 93.01,33.51 93.01,33.51C93.01,33.51 93.01,33.51 93.01,33.51C93.01,33.51 93.01,33.51 93.01,33.51C93.01,33.51 93.01,33.51 93.01,33.5C93,33.5 93,33.5 92.99,33.49C92.98,33.47 92.95,33.45 92.92,33.42C92.86,33.36 92.78,33.28 92.67,33.17C92.44,32.94 92.12,32.61 91.73,32.19C90.94,31.36 89.86,30.18 88.7,28.78C86.38,25.98 83.77,22.34 82.54,18.95L82.07,19.12ZM94.72,5.96C90.26,5.07 86.62,7.07 84.34,9.92C82.08,12.76 81.11,16.49 82.07,19.12L82.54,18.95C81.66,16.54 82.53,12.99 84.73,10.24C86.92,7.5 90.38,5.61 94.62,6.45L94.72,5.96ZM104.07,19.57C104.62,17.9 104.62,14.97 103.31,12.23C102,9.47 99.38,6.9 94.72,5.96L94.62,6.45C99.12,7.35 101.61,9.82 102.86,12.44C104.11,15.08 104.11,17.88 103.59,19.41L104.07,19.57ZM92.84,33.69C93.02,33.86 93.02,33.86 93.02,33.86C93.02,33.86 93.02,33.86 93.02,33.86C93.02,33.86 93.02,33.86 93.02,33.86C93.02,33.86 93.02,33.86 93.03,33.85C93.03,33.85 93.04,33.84 93.05,33.83C93.07,33.81 93.09,33.78 93.13,33.75C93.2,33.67 93.3,33.56 93.44,33.42C93.7,33.14 94.09,32.72 94.55,32.22C95.47,31.21 96.72,29.82 98.01,28.3C99.3,26.78 100.64,25.13 101.74,23.59C102.83,22.07 103.71,20.64 104.07,19.57L103.59,19.41C103.26,20.4 102.43,21.78 101.33,23.3C100.24,24.82 98.91,26.46 97.63,27.97C96.34,29.49 95.1,30.87 94.18,31.88C93.72,32.39 93.34,32.79 93.07,33.08C92.94,33.22 92.84,33.33 92.77,33.4C92.73,33.44 92.7,33.47 92.69,33.49C92.68,33.5 92.67,33.51 92.66,33.51C92.66,33.51 92.66,33.51 92.66,33.52C92.66,33.52 92.66,33.52 92.66,33.52C92.66,33.52 92.66,33.52 92.66,33.52C92.66,33.52 92.66,33.52 92.84,33.69ZM98.54,16.74C98.54,19.64 96.19,21.99 93.3,21.99V22.49C96.47,22.49 99.04,19.92 99.04,16.74H98.54ZM93.3,11.5C96.19,11.5 98.54,13.85 98.54,16.74H99.04C99.04,13.57 96.47,11 93.3,11V11.5ZM88.05,16.74C88.05,13.85 90.4,11.5 93.3,11.5V11C90.12,11 87.55,13.57 87.55,16.74H88.05ZM93.3,21.99C90.4,21.99 88.05,19.64 88.05,16.74H87.55C87.55,19.92 90.12,22.49 93.3,22.49V21.99Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M18.75,21.57L40.27,16.99"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M19.21,25.69L40.73,21.11"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M19.21,78.82L40.73,74.24"
|
||||
android:strokeWidth="0.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
11
chatkit-ui/src/main/res/drawable/map_view_top.xml
Normal file
11
chatkit-ui/src/main/res/drawable/map_view_top.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<gradient
|
||||
android:angle="-90"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="#80000000" />
|
||||
</shape>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ps_ic_normal" android:state_selected="false" />
|
||||
<item android:drawable="@drawable/ps_ic_selected" android:state_selected="true" />
|
||||
</selector>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval"
|
||||
android:useLevel="false">
|
||||
|
||||
<solid android:color="@color/ps_color_transparent" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/ps_color_E4E4E4" />
|
||||
<size
|
||||
android:width="20dp"
|
||||
android:height="20dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ps_demo_preview_grey_oval_normal" android:state_selected="false" />
|
||||
<item android:drawable="@drawable/ps_ic_selected" android:state_selected="true" />
|
||||
</selector>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="@dimen/dimen_12_dp" />
|
||||
|
||||
<solid android:color="#FFFAFA" />
|
||||
|
||||
</shape>
|
||||
38
chatkit-ui/src/main/res/drawable/red_loading.xml
Normal file
38
chatkit-ui/src/main/res/drawable/red_loading.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false"
|
||||
>
|
||||
<item
|
||||
android:drawable="@drawable/anim0"
|
||||
android:duration="210" />
|
||||
<item
|
||||
android:drawable="@drawable/anim1"
|
||||
android:duration="120" />
|
||||
<item
|
||||
android:drawable="@drawable/anim2"
|
||||
android:duration="150" />
|
||||
<item
|
||||
android:drawable="@drawable/anim3"
|
||||
android:duration="180" />
|
||||
<item
|
||||
android:drawable="@drawable/anim4"
|
||||
android:duration="90" />
|
||||
<item
|
||||
android:drawable="@drawable/anim5"
|
||||
android:duration="90" />
|
||||
<item
|
||||
android:drawable="@drawable/anim6"
|
||||
android:duration="90" />
|
||||
<item
|
||||
android:drawable="@drawable/anim7"
|
||||
android:duration="210" />
|
||||
<item
|
||||
android:drawable="@drawable/anim8"
|
||||
android:duration="150" />
|
||||
<item
|
||||
android:drawable="@drawable/anim2"
|
||||
android:duration="120" />
|
||||
<item
|
||||
android:drawable="@drawable/anim3"
|
||||
android:duration="240" />
|
||||
</animation-list>
|
||||
38
chatkit-ui/src/main/res/drawable/redslive_loading.xml
Normal file
38
chatkit-ui/src/main/res/drawable/redslive_loading.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false"
|
||||
>
|
||||
<item
|
||||
android:drawable="@drawable/anims0"
|
||||
android:duration="210" />
|
||||
<item
|
||||
android:drawable="@drawable/anims1"
|
||||
android:duration="120" />
|
||||
<item
|
||||
android:drawable="@drawable/anims2"
|
||||
android:duration="150" />
|
||||
<item
|
||||
android:drawable="@drawable/anims3"
|
||||
android:duration="180" />
|
||||
<item
|
||||
android:drawable="@drawable/anims4"
|
||||
android:duration="90" />
|
||||
<item
|
||||
android:drawable="@drawable/anims5"
|
||||
android:duration="90" />
|
||||
<item
|
||||
android:drawable="@drawable/anims6"
|
||||
android:duration="90" />
|
||||
<item
|
||||
android:drawable="@drawable/anims7"
|
||||
android:duration="210" />
|
||||
<item
|
||||
android:drawable="@drawable/anims8"
|
||||
android:duration="150" />
|
||||
<item
|
||||
android:drawable="@drawable/anims2"
|
||||
android:duration="120" />
|
||||
<item
|
||||
android:drawable="@drawable/anims3"
|
||||
android:duration="240" />
|
||||
</animation-list>
|
||||
6
chatkit-ui/src/main/res/drawable/shape_dialog_bg2.xml
Normal file
6
chatkit-ui/src/main/res/drawable/shape_dialog_bg2.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:topRightRadius="12dp"
|
||||
android:topLeftRadius="20dp"/>
|
||||
<solid android:color="@color/color_white" />
|
||||
</shape>
|
||||
5
chatkit-ui/src/main/res/drawable/shape_dialog_bg_new.xml
Normal file
5
chatkit-ui/src/main/res/drawable/shape_dialog_bg_new.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:radius="12dp" />
|
||||
<solid android:color="@color/color_white" />
|
||||
</shape>
|
||||
10
chatkit-ui/src/main/res/drawable/view_normal_selector.xml
Normal file
10
chatkit-ui/src/main/res/drawable/view_normal_selector.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (c) 2022 NetEase, Inc. All rights reserved. -->
|
||||
<!-- Use of this source code is governed by a MIT license that can be -->
|
||||
<!-- found in the LICENSE file. -->
|
||||
|
||||
<selector xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" tools:ignore="MissingDefaultResource">
|
||||
|
||||
<item android:drawable="@color/color_white" android:state_pressed="false" />
|
||||
<item android:drawable="@color/color_ededef" android:state_pressed="true" />
|
||||
</selector>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/ic_moon_selected" android:state_selected="true"/>
|
||||
<item android:drawable="@drawable/ic_moon_unselected"/>
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user