Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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>
|
||||
Reference in New Issue
Block a user