Tencent / QMUI_Android

提高 Android UI 开发效率的 UI 库
http://qmuiteam.com/android
Other
14.42k stars 2.67k forks source link

Activity中 ?attr/qmui_topbar_height 使用时不包含status bar的高度 #1032

Open ansonyeoh opened 3 years ago

ansonyeoh commented 3 years ago

运行环境

具体问题描述

image Activity和Fragment布局中QMUIViewPager marginTop的高度为TopBar的高度,但似乎不是TopBarLayout的高度,其中少了StatusBar的高度。 仔细校对了theme中的样式,没发现问题。 希望大佬能够帮我解惑。

问题截图

image

Layout Inspector 文件(如何获取)

com.sonargravity.sonar_2020.11.21_16.03.zip

异常日志(堆栈)

Theoneee commented 3 years ago

QMUIViewPager里也加上 fitsSystemWindows="true"