Browse Source

调整关闭按钮位置

yhz 5 years ago
parent
commit
d8d494352e
2 changed files with 3 additions and 3 deletions
  1. 1 0
      file_utils.py
  2. 2 3
      sdk/jm/res/layout/jmuserp.xml

+ 1 - 0
file_utils.py

@@ -183,6 +183,7 @@ def copyFile(formFile, toFile, delete = False):
 
     fpath, fname = os.path.split(toFile)  #分离文件名和路径
     if not os.path.exists(fpath):
+        print('%s not exists, crate' % fpath)
         os.makedirs(fpath)              #创建路径
 
     '''if os.path.exists(toFile) and os.path.getsize(formFile) > 104857600 and equalsFile(formFile, toFile):

+ 2 - 3
sdk/jm/res/layout/jmuserp.xml

@@ -19,9 +19,8 @@
 
         <ImageView
             android:id="@+id/ivback"
-            android:layout_width="25dp"
-            android:layout_height="25dp"
-            android:layout_margin="10dp"
+            android:layout_width="40dp"
+            android:layout_height="40dp"
             android:layout_gravity="end"
             android:scaleType="centerInside"
             android:src="@drawable/jm_close" />