We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aeafdd commit 5634337Copy full SHA for 5634337
demo/src/main/java/me/jessyan/autosize/demo/BaseApplication.java
@@ -62,6 +62,10 @@ public void onCreate() {
62
//如果没有这个需求建议不开启
63
.setCustomFragment(true)
64
65
+ //是否屏蔽系统字体大小对 AndroidAutoSize 的影响, 如果为 true, App 内的字体的大小将不会跟随系统设置中字体大小的改变
66
+ //如果为 false, 则会跟随系统设置中字体大小的改变, 默认为 false
67
+// .setExcludeFontScale(true)
68
+
69
//屏幕适配监听器
70
.setOnAdaptListener(new onAdaptListener() {
71
@Override
0 commit comments