优化
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
android:contentDescription="食物图预览"
|
||||
android:scaleType="centerCrop"
|
||||
android:visibility="gone"
|
||||
app:strokeColor="@android:color/transparent"
|
||||
app:shapeAppearance="@style/round10dpCornerStyle" />
|
||||
|
||||
<View
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
android:layout_height="100dp"
|
||||
android:layout_marginHorizontal="32dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:background="@drawable/bg_btn_save2"
|
||||
android:background="@drawable/bg_btn_confirm"
|
||||
android:text="已支付确认"
|
||||
android:enabled="true"
|
||||
android:textColor="@color/white"
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:src="@drawable/ic_avatar_default"
|
||||
app:strokeColor="@android:color/transparent"
|
||||
app:shapeAppearance="@style/CircleStyle"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
app:strokeColor="@android:color/transparent"
|
||||
app:shapeAppearance="@style/round10dpCornerStyle"
|
||||
tools:src="@mipmap/ic_launcher"/>
|
||||
|
||||
@@ -102,6 +103,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
tools:src="@mipmap/ic_launcher_round"
|
||||
app:strokeColor="@android:color/transparent"
|
||||
app:shapeAppearance="@style/round10dpCornerStyle"
|
||||
android:visibility="gone"/>
|
||||
|
||||
|
||||
@@ -124,6 +124,7 @@
|
||||
android:src="@drawable/ic_avatar_default"
|
||||
android:layout_marginTop="28dp"
|
||||
app:shapeAppearance="@style/CircleStyle"
|
||||
app:strokeColor="@android:color/transparent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user