Skip to content

Commit c712055

Browse files
authored
Update README_PT.md
1 parent 9a9148e commit c712055

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README_PT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: true);
7474
ScreenUtil().setSp(24, allowFontScalingSelf: true) (sdk>=2.6 : 24.ssp) //Adapter font(fonts will scale to respect Text Size accessibility settings)
7575
ScreenUtil().setSp(24, allowFontScalingSelf: false) (sdk>=2.6 : 24.nsp) //Adapter font(fonts will not scale to respect Text Size accessibility settings)
7676
77-
ScreenUtil.pixelRatio //Device pixel density
78-
ScreenUtil.screenWidth (sdk>=2.6 : 1.sw) //Device width
79-
ScreenUtil.screenHeight (sdk>=2.6 : 1.sh) //Device height
80-
ScreenUtil.bottomBarHeight //Bottom safe zone distance, suitable for buttons with full screen
81-
ScreenUtil.statusBarHeight //Status bar height , Notch will be higher Unit px
82-
ScreenUtil.textScaleFactor //System font scaling factor
77+
ScreenUtil().pixelRatio //Device pixel density
78+
ScreenUtil().screenWidth (sdk>=2.6 : 1.sw) //Device width
79+
ScreenUtil().screenHeight (sdk>=2.6 : 1.sh) //Device height
80+
ScreenUtil().bottomBarHeight //Bottom safe zone distance, suitable for buttons with full screen
81+
ScreenUtil().statusBarHeight //Status bar height , Notch will be higher Unit px
82+
ScreenUtil().textScaleFactor //System font scaling factor
8383
8484
ScreenUtil().scaleWidth //Ratio of actual width dp to design draft px
8585
ScreenUtil().scaleHeight //Ratio of actual height dp to design draft px

0 commit comments

Comments
 (0)