|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
@@ -18,14 +19,14 @@
|
|
|
android:src="@mipmap/rma_choose"
|
|
android:src="@mipmap/rma_choose"
|
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginTop="16dp"
|
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginStart="10dp"
|
|
|
- android:layout_height="16dp"/>
|
|
|
|
|
|
|
+ android:layout_height="16dp" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
<!--商品-->
|
|
<!--商品-->
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
android:text="铁矿石2105"
|
|
android:text="铁矿石2105"
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
android:id="@+id/id_goods_name"
|
|
android:id="@+id/id_goods_name"
|
|
|
app:layout_constraintDimensionRatio="w,4:1"
|
|
app:layout_constraintDimensionRatio="w,4:1"
|
|
|
app:layout_constraintStart_toEndOf="@+id/id_choose"
|
|
app:layout_constraintStart_toEndOf="@+id/id_choose"
|
|
@@ -39,7 +40,7 @@
|
|
|
style="@style/ListTextStyle"
|
|
style="@style/ListTextStyle"
|
|
|
app:layout_constraintStart_toEndOf="@+id/id_choose"
|
|
app:layout_constraintStart_toEndOf="@+id/id_choose"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
|
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
android:layout_height="wrap_content"/>
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
<!-- 价格-->
|
|
<!-- 价格-->
|