瀏覽代碼

入库页面删除【下一箱】按钮

RaoMeng 6 年之前
父節點
當前提交
c0bb824297
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 二進制
      .idea/caches/build_file_checksums.ser
  2. 6 5
      app/src/main/res/layout/fragment_jlt_storage_in_barcode.xml

二進制
.idea/caches/build_file_checksums.ser


+ 6 - 5
app/src/main/res/layout/fragment_jlt_storage_in_barcode.xml

@@ -314,20 +314,21 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content">
 
+
         <Button
-            android:id="@+id/jlt_storage_in_barcode_save_btn"
+            android:id="@+id/jlt_storage_in_barcode_next_btn"
             style="@style/ButtonStyle"
             android:layout_width="0dp"
             android:layout_margin="12dp"
             android:layout_weight="1"
-            android:text="保存" />
-
+            android:text="保存并下一箱"
+            android:visibility="gone"/>
         <Button
-            android:id="@+id/jlt_storage_in_barcode_next_btn"
+            android:id="@+id/jlt_storage_in_barcode_save_btn"
             style="@style/ButtonStyle"
             android:layout_width="0dp"
             android:layout_margin="12dp"
             android:layout_weight="1"
-            android:text="保存并下一箱" />
+            android:text="保存" />
     </LinearLayout>
 </LinearLayout>