|
|
@@ -275,8 +275,8 @@
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="30dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_below="@+id/tv_title"
|
|
|
android:orientation="horizontal">
|
|
|
@@ -288,10 +288,12 @@
|
|
|
android:text="全选" />
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_marginStart="18dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="已勾选条数: " />
|
|
|
+ android:text="已选条数: "
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_yigouxuanpanshu"
|
|
|
@@ -300,16 +302,19 @@
|
|
|
android:text="" />
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_marginStart="18dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="已勾选总数量: " />
|
|
|
+ android:text="已选总数量: "
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_yigouxuanzongshuliang"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="" />
|
|
|
+ android:text=""
|
|
|
+ />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|