完成涂鸦礼物功能

This commit is contained in:
huangjian
2022-08-23 18:00:22 +08:00
parent 41c57647ba
commit a13a7f684c
20 changed files with 529 additions and 245 deletions

View File

@@ -117,7 +117,7 @@ public class ScreenUtil {
}
}
if (statusbarheight == 0) {
statusbarheight = ScreenUtil.dip2px(25);
statusbarheight = ScreenUtil.dip2px(30);
}
return statusbarheight;
}