Browse Source

修改材料出库已备料列表页的数量位置

songw 3 ngày trước cách đây
mục cha
commit
1526e35f83

+ 15 - 0
app/src/main/res/layout/item_list_stock_already_list.xml

@@ -20,6 +20,21 @@
             android:textStyle="bold"
             android:textStyle="bold"
             tools:text="stock_task_prodcode" />
             tools:text="stock_task_prodcode" />
 
 
+    </LinearLayout>
+
+    <LinearLayout
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_marginTop="5dp">
+
+        <TextView
+            android:id="@+id/tv_shuliang"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:textStyle="bold"
+            android:text="数量:"
+            />
+
         <TextView
         <TextView
             android:id="@+id/stock_already_list_outqty"
             android:id="@+id/stock_already_list_outqty"
             android:layout_width="wrap_content"
             android:layout_width="wrap_content"