Del-Gin
Results
2
comments of
Del-Gin
正常现象图片 https://share.weiyun.com/BxHaMmza 异常现象图片 https://share.weiyun.com/Eb4YbHlq
忘了说了 我对显示大小进行了一定的处理 BaseApplication和BaseActivity里面重写getResources方法 `private static int defDpi = 0; @Override public Resources getResources() { if (defDpi == 0) { try { Class WindowManagerGlobal = Class.forName("android.view.WindowManagerGlobal"); Method getWindowManagerService = WindowManagerGlobal.getMethod("getWindowManagerService"); getWindowManagerService.setAccessible(true);...