[8.3.0][临时不停车] 司机屏显示效果微调
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<corners android:radius="16dp" />
|
||||
<gradient
|
||||
android:angle="0"
|
||||
android:endColor="#0056FF"
|
||||
android:startColor="#029DFF"
|
||||
android:endColor="#555555"
|
||||
android:startColor="#555555"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
@@ -91,11 +91,11 @@
|
||||
android:id="@+id/station_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_30"
|
||||
android:layout_marginEnd="@dimen/dp_16"
|
||||
android:background="@drawable/bus_station_status_bg"
|
||||
android:paddingStart="@dimen/dp_10"
|
||||
android:paddingStart="@dimen/dp_12"
|
||||
android:paddingTop="@dimen/dp_4"
|
||||
android:paddingEnd="@dimen/dp_10"
|
||||
android:paddingEnd="@dimen/dp_12"
|
||||
android:paddingBottom="@dimen/dp_4"
|
||||
android:text="临时不停"
|
||||
android:textColor="@color/white"
|
||||
|
||||
Reference in New Issue
Block a user