fix UI and update callchat

This commit is contained in:
unknown
2020-12-01 14:27:14 +08:00
parent 13497c819f
commit 61c897fd90
5 changed files with 9 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ TTS_NOOP_VERSION=2.0.7
######## 外部依赖引用
# 车聊聊
CARCHATTING_VERSION=1.9.4
CARCHATTING_VERSION=1.9.7
# 车聊聊接口
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">
<corners android:radius="@dimen/dp_30" />
<gradient
android:angle="180"
android:endColor="#1AF5F5F5"
android:startColor="#F5F5F5" />
</shape>