[6.2.6]
[taxi_p] [漫游背景、视频进度条背景]
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/dp_60"/>
|
||||
<solid android:color="@color/taxi_p_E6E5F0FF"/>
|
||||
</shape>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#58141A2D"/>
|
||||
<corners android:radius="8dp"/>
|
||||
<solid android:color="@color/taxi_p_4D7985A7"/>
|
||||
<corners android:radius="@dimen/dp_20"/>
|
||||
</shape>
|
||||
@@ -98,7 +98,7 @@
|
||||
android:layout_height="@dimen/dp_120"
|
||||
android:layout_marginStart="@dimen/dp_50"
|
||||
android:layout_marginTop="100dp"
|
||||
app:roma_distance_bg="@drawable/roma_distance_bg"
|
||||
app:roma_distance_bg="@drawable/taxi_p_roma_distance_bg"
|
||||
app:layout_constraintLeft_toRightOf="@+id/romaPView"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:roma_change_dis_color="true" />
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
|
||||
<color name="taxi_p_333333">#333333</color>
|
||||
<color name="taxi_p_373B46">#373B46</color>
|
||||
|
||||
<color name="taxi_p_E6E5F0FF">#E6E5F0FF</color>
|
||||
<color name="taxi_p_4D7985A7">#4D7985A7</color>
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/dp_60"/>
|
||||
<solid android:color="@color/taxi_p_E6E5F0FF"/>
|
||||
</shape>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#58141A2D"/>
|
||||
<corners android:radius="8dp"/>
|
||||
<solid android:color="@color/taxi_p_4D7985A7"/>
|
||||
<corners android:radius="@dimen/dp_20"/>
|
||||
</shape>
|
||||
@@ -98,7 +98,7 @@
|
||||
android:layout_height="@dimen/dp_120"
|
||||
android:layout_marginStart="@dimen/dp_50"
|
||||
android:layout_marginTop="100dp"
|
||||
app:roma_distance_bg="@drawable/roma_distance_bg"
|
||||
app:roma_distance_bg="@drawable/taxi_u_p_roma_distance_bg"
|
||||
app:layout_constraintLeft_toRightOf="@+id/romaPView"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:roma_change_dis_color="true" />
|
||||
|
||||
@@ -61,5 +61,9 @@
|
||||
<color name="taxi_p_58C9FF">#58C9FF</color>
|
||||
<color name="taxi_p_477CFC">#477CFC</color>
|
||||
<color name="taxi_p_A0B3DA">#A0B3DA</color>
|
||||
<color name="taxi_p_E6E5F0FF">#E6E5F0FF</color>
|
||||
<color name="taxi_p_4D7985A7">#4D7985A7</color>
|
||||
|
||||
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user