修复小巴车,出租车样式UI

This commit is contained in:
董宏宇
2021-04-16 17:52:38 +08:00
parent cee262b6f3
commit aef10d0f36
5 changed files with 9 additions and 11 deletions

View File

@@ -5,8 +5,8 @@
<corners android:radius="17px" />
<gradient
android:angle="270"
android:endColor="#152147"
android:startColor="#354E8A" />
android:endColor="#3B4577"
android:startColor="#3B4577" />
</shape>
</item>
<item
@@ -18,8 +18,8 @@
<corners android:radius="17px" />
<gradient
android:angle="270"
android:endColor="#141C35"
android:startColor="#344687" />
android:endColor="#3B4577"
android:startColor="#3B4577" />
</shape>
</item>
</layer-list>

View File

@@ -2,9 +2,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="0"
android:centerColor="#7f080F25"
android:endColor="#7f121A35"
android:startColor="#7f131D42" />
android:centerColor="#80222A4E"
android:endColor="#80222A4E"
android:startColor="#80222A4E" />
<corners
android:bottomLeftRadius="17px"
android:bottomRightRadius="17px"

View File

@@ -119,8 +119,6 @@
android:id="@+id/module_och_taxi_order_distance_container"
android:layout_width="match_parent"
android:layout_height="@dimen/module_och_taxi_order_distance_container_height"
android:layout_marginLeft="@dimen/module_och_taxi_order_distance_container_marginLeft"
android:layout_marginRight="@dimen/module_och_taxi_order_distance_container_marginLeft"
android:background="@drawable/module_och_taxi_panel_distance_bkg">
<TextView

View File

@@ -29,7 +29,7 @@
android:id="@+id/module_mogo_och_station_panel_container"
android:layout_width="300px"
android:layout_height="270px"
android:layout_marginTop="10px"
android:layout_marginTop="16px"
app:layout_constraintLeft_toLeftOf="@+id/module_mogo_och_autopilot_status"
app:layout_constraintTop_toBottomOf="@id/module_mogo_och_autopilot_status"
app:layout_goneMarginTop="@dimen/module_mogo_och_station_panel_container_margin_top_no_call" />

View File

@@ -6,7 +6,7 @@
<dimen name="module_mogo_och_margin_bottom">46px</dimen>
<dimen name="module_mogo_och_margin_top">24px</dimen>
<dimen name="module_mogo_och_station_panel_container_margin_top_no_call">351px</dimen>
<dimen name="module_mogo_och_station_panel_container_margin_top_no_call">345px</dimen>
<dimen name="module_mogo_och_station_panel_container_margin_top_with_call">492px</dimen>
<dimen name="module_mogo_och_autopilot_status_bg_corner">24px</dimen>