Skip to content

Commit 717dc1a

Browse files
authored
Update README.md
1 parent 0aef18d commit 717dc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: true);
7979
ScreenUtil().screenWidth (sdk>=2.6 : 1.sw) //Device width
8080
ScreenUtil().screenHeight (sdk>=2.6 : 1.sh) //Device height
8181
ScreenUtil().bottomBarHeight //Bottom safe zone distance, suitable for buttons with full screen
82-
ScreenUtil().statusBarHeight //Status bar height , Notch will be higher Unit px
82+
ScreenUtil().statusBarHeight //Status bar height , Notch will be higher Unit dp
8383
ScreenUtil().textScaleFactor //System font scaling factor
8484
8585
ScreenUtil().scaleWidth //Ratio of actual width dp to design draft px

0 commit comments

Comments
 (0)