[charter]

[3.2.0]
[ui调整]
This commit is contained in:
yangyakun
2023-05-17 19:23:49 +08:00
parent b591f33fe2
commit e040e42c88
8 changed files with 11 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 187 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:bottomRightRadius="@dimen/dp_36" />
<corners android:bottomRightRadius="@dimen/dp_26" />
<gradient
android:angle="-90"
android:endColor="@color/bus_p_m1_d7e5f5"

View File

@@ -2,10 +2,10 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:bottomLeftRadius="@dimen/dp_36"
android:topLeftRadius="@dimen/dp_36" />
<gradient
android:centerColor="@color/bus_p_m1_91EFF6FF"
android:endColor="@color/bus_p_m1_91EFF6FF"
android:startColor="@color/bus_p_m1_91EFF6FF" />
android:bottomLeftRadius="@dimen/dp_26"
android:topLeftRadius="@dimen/dp_26" />
<!-- <gradient-->
<!-- android:centerColor="@color/bus_p_m1_91EFF6FF"-->
<!-- android:endColor="@color/bus_p_m1_91EFF6FF"-->
<!-- android:startColor="@color/bus_p_m1_91EFF6FF" />-->
</shape>

View File

@@ -27,6 +27,7 @@
app:layout_constraintEnd_toEndOf="parent"
android:textSize="@dimen/dp_48"
android:textColor="@android:color/white"
android:layout_marginEnd="@dimen/dp_7"
android:text="出发"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>

View File

@@ -221,6 +221,7 @@
android:src="@drawable/charter_p_video"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/viewBusPM1MsgBoxButton"
android:layout_marginTop="-20dp"
android:layout_width="@dimen/dp_147"
android:layout_height="@dimen/dp_149"/>

View File

@@ -56,7 +56,8 @@
android:id="@+id/rv_site_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="@dimen/dp_20" />
android:layout_marginTop="@dimen/dp_26"
/>
<View
app:layout_constraintBottom_toBottomOf="parent"