## [0.4.4] - Fix bugs that default fonts change with the system
- Optimize font adaptation method
## [0.5.1] - Fix the wrong way of using
# 0.4.1
It is recommended to use `ScreenUtil.getInstance()` instead of `ScreenUtil()` , for example: `ScreenUtil.getInstance().setHeight(25)` instead of `ScreenUtil().setHeight(25)`
- Fix font adaptation issues
## [0.5.2] - Change the parameter type from int to double
# 0.4.2
setWidth,setHeight,setSp.
for example:
you can use setWidth(100) or setWidth(100.0)
- add two Properties
- ///Current device width dp
- ///当前设备宽度 dp
- ScreenUtil.screenWidthDp
## [0.5.3] - Change the units of statusBarHeight and bottomBarHeight to dp
\ No newline at end of file
- ///Current device height dp
- ///当前设备高度 dp
- ScreenUtil.screenHeightDp
# 0.4.3
- Modify the font to change with the system zoom mode. The default value is false.
- Fix bugs that default fonts change with the system
# 0.5.1
- Fix the wrong way of using
- It is recommended to use `ScreenUtil.getInstance()` instead of `ScreenUtil()` , for example: `ScreenUtil.getInstance().setHeight(25)` instead of `ScreenUtil().setHeight(25)`
# 0.5.2
- Change the parameter type from int to double
- setWidth,setHeight,setSp. for example: you can use setWidth(100) or setWidth(100.0)
# 0.5.3
- Change the units of statusBarHeight and bottomBarHeight to dp
# 0.6.0
- Completing comments , adding English commentsWelcome to add, correct