Skip to content

Commit 47933b5

Browse files
authored
Update README_CN.md
1 parent 717dc1a commit 47933b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: true);
8282
ScreenUtil.screenWidth (sdk>=2.6 : 1.sw) //设备宽度
8383
ScreenUtil.screenHeight (sdk>=2.6 : 1.sh) //设备高度
8484
ScreenUtil.bottomBarHeight //底部安全区距离,适用于全面屏下面有按键的
85-
ScreenUtil.statusBarHeight //状态栏高度 刘海屏会更高 单位px
85+
ScreenUtil.statusBarHeight //状态栏高度 刘海屏会更高 单位dp
8686
ScreenUtil.textScaleFactor //系统字体缩放比例
8787
8888
ScreenUtil().scaleWidth // 实际宽度的dp与设计稿px的比例

0 commit comments

Comments
 (0)