标签: android
是否有办法在活动创建之后很长时间内随意获取活动WindowInsets,而无需持续或以其他方式缓存活动?
WindowInsets
例如
WindowInsets insets = getWindow().getWindowInsets(); myUseCaseView.setPaddingTop(insets.getSystemWindowInsetTop);
答案 0 :(得分:2)
是:getWindow().getDecorView(). getRootWindowInsets()
getWindow().getDecorView().
getRootWindowInsets()