[2.8.0-f] 不支持sp 防止影响Toast
This commit is contained in:
@@ -16,6 +16,7 @@ public class ScreenHelper {
|
||||
.setBaseOnWidth(false)
|
||||
.setCustomFragment(true)
|
||||
.setDesignWidthInDp(2560)
|
||||
.setDesignHeightInDp(1600);
|
||||
.setDesignHeightInDp(1600)
|
||||
.getUnitsManager().setSupportSP(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user