安卓状态栏适配
新建style,Androidmanifest.xml 的App继承AppTheme
针对个别系统,专门新建一个style
values-v19 新建一个style
android:windowTranslucentStatus">true 状态栏系统背景颜色忽略掉,
布局文件中 android:fitsSystemWindows="true" ,布局文件不嵌入到状态栏上;
新建style,Androidmanifest.xml 的App继承AppTheme
针对个别系统,专门新建一个style
values-v19 新建一个style
android:windowTranslucentStatus">true 状态栏系统背景颜色忽略掉,
布局文件中 android:fitsSystemWindows="true" ,布局文件不嵌入到状态栏上;