Android实现透明式状态栏
Android实现透明式状态栏
1. 修改style样式
2. 创建values-v19文件夹
3. 在这个文件夹下创建style.xml
4. 对activity_main.xml进行修改
移除这个布局下的:android:fitsSystemWindows="true"
5. 在Toolbar下添加: android:fitsSystemWindows="true"
6. 效果
Ok,完成
Android实现透明式状态栏
1. 修改style样式
2. 创建values-v19文件夹
3. 在这个文件夹下创建style.xml
4. 对activity_main.xml进行修改
移除这个布局下的:android:fitsSystemWindows="true"
5. 在Toolbar下添加: android:fitsSystemWindows="true"
6. 效果
Ok,完成