AriesHoo / FastLib

一个Android项目级快速开发框架,节约大部分写常用功能时间以实现更多项目业务功能及体验上的优化。使用说明见wiki
https://github.com/AriesHoo/FastLib/wiki
Apache License 2.0
492 stars 95 forks source link

状态栏问题 #51

Closed yueye410 closed 4 years ago

yueye410 commented 4 years ago

不使用你那个fast_layout_title_bar的时候,内容顶到状态栏,设android:fitsSystemWindows="true"无效,是我哪里设置的问题吗?

AriesHoo commented 4 years ago

可参考模拟非FastLib三方库…沉浸效果实例

AriesHoo commented 4 years ago

如果参考示例解决不了,可设置TitleBarView高度为0,有对应的方法

yueye410 commented 4 years ago

大佬果然牛逼,这思维厉害了,👍