[charter]
[3.2.0] [ui调整]
This commit is contained in:
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 |
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user