new#适配车队相关页面白天模式
This commit is contained in:
@@ -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