@@ -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):
@@ -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" />