Pārlūkot izejas kodu

修改了入库->条码信息采集 仓位输入框点击回车后数据显示问题,更改了版本号

ChengJH 4 gadi atpakaļ
vecāks
revīzija
310f213e67

+ 1 - 1
app/src/main/AndroidManifest.xml

@@ -20,7 +20,7 @@
         android:name="com.uas.pda_smart_com.application.PdaApplication"
         android:allowBackup="true"
         android:icon="@mipmap/icon"
-        android:label="@string/my_app_name_test"
+        android:label="@string/my_app_name"
         android:theme="@style/AppTheme"
         android:usesCleartextTraffic="true"
         tools:replace="icon,label,theme">

+ 2 - 1
app/src/main/res/layout/fragment_barcode_info_collect.xml

@@ -159,7 +159,8 @@
                 android:hint="请输入仓位"
                 android:lines="1"
                 android:maxLines="1"
-                android:textColor="@color/black" />
+                android:textColor="@color/black"
+                android:singleLine="true"/>
         </TableRow>
 
     </TableLayout>

+ 2 - 2
build.gradle

@@ -43,8 +43,8 @@ ext {
             targetSdkVersion : 28,
             compileSdkVersion: 28,
             buildToolsVersion: "28.0.3",
-            versionCode      : 107,
-            versionName      : "v1.1"
+            versionCode      : 108,
+            versionName      : "v1.2"
     ]
 
     depsVersion = [