what’s system window
System windows are the parts of the screen where the system is drawing either non-interactive (in the case of the status bar) or interactive (in the case of the navigation bar) content.
behavior of the android:fitsSystemWindows=“true” attribute
it sets the padding of the View to ensure the contents don’t overlay the system windows.
Link
https://medium.com/google-developers/why-would-i-want-to-fitssystemwindows-4e26d9ce1eec
本文详细解释了SystemWindows的概念,包括状态栏和导航栏等系统绘制的屏幕区域。同时介绍了如何使用属性android:fitsSystemWindows来调整视图填充,确保内容不会覆盖这些系统窗口。

4万+

被折叠的 条评论
为什么被折叠?



