|
@@ -4,16 +4,24 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+
|
|
|
|
|
+ >
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/apex_result_ship_top"
|
|
android:id="@+id/apex_result_ship_top"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
|
|
+ android:background="@drawable/round_corner_bg"
|
|
|
|
|
+ >
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_sn"
|
|
android:id="@+id/tv_sn"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="40dp"
|
|
|
|
|
+ android:gravity="center"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginStart="15dp"
|
|
|
android:text="999"
|
|
android:text="999"
|