Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
董宏宇
2020-11-25 17:31:03 +08:00
6 changed files with 11 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ TTS_NOOP_VERSION=2.0.7
######## 外部依赖引用
# 车聊聊
CARCHATTING_VERSION=1.6.7-SNAPSHOT
CARCHATTING_VERSION=1.6.8-SNAPSHOT
# 车聊聊接口
CARCHATTINGPROVIDER_VERSION=1.1.7
# loglib

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="45"
android:endColor="#E6E6E6"
android:startColor="#DDDDDD" />
<corners android:radius="@dimen/dp_16" />
</shape>

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -2,4 +2,6 @@
<resources>
<color name="module_carchatting_nick_color_light">#333333</color>
<color name="module_carchatting_status_color_light">#999999</color>
<color name="module_carchatting_user_call_light">#333333</color>
</resources>