new#适配车队相关页面白天模式

This commit is contained in:
wujifei
2020-11-25 17:09:28 +08:00
parent 85631bb37d
commit 229cb20e3e
5 changed files with 10 additions and 0 deletions

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>