Browse Source

修复弹窗闪退问题

songw 3 weeks ago
parent
commit
2d6f41553b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      app/src/main/res/layout/popwin_dialog_confirm.xml
  2. 1 1
      build.gradle

+ 2 - 2
app/src/main/res/layout/popwin_dialog_confirm.xml

@@ -16,7 +16,7 @@
                     android:id="@+id/title_dialog_confirm"
                     style="@style/PopWinTitleStyle"
                     android:text="提示"/>
-                <com.uas.pda_smart_com.view.CustomScrollView
+                <uas.erp.xinmaiwei_wms.view.CustomScrollView
                     android:layout_below="@id/title_dialog_confirm"
                     android:id="@+id/sl_popwin_confirm"
                     android:layout_marginBottom="@dimen/space_bottom_8"
@@ -25,7 +25,7 @@
                     <TextView
                         android:id="@+id/tv_dialog_confirm_notice"
                         style="@style/PopWinContentTextStyle"/>
-                </com.uas.pda_smart_com.view.CustomScrollView>
+                </uas.erp.xinmaiwei_wms.view.CustomScrollView>
                 <RelativeLayout
                     android:id="@+id/rl_btn_confirmdialog"
                     android:layout_below="@id/sl_popwin_confirm"

+ 1 - 1
build.gradle

@@ -55,7 +55,7 @@ ext {
             compileSdkVersion: 31,
             buildToolsVersion: "35.0.0",
             versionCode      : 1,
-            versionName      : "1.0.0"
+            versionName      : "1.0.1"
     ]
 
     depsVersion = [