我是靠谱客的博主 时尚棉花糖,最近开发中收集的这篇文章主要介绍android 4.4 状态栏阴影,Android 4.4 上实现透明导航栏和状态栏 Translucent system bar,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Translucent system UI styling

To get the most impact out of your content, you can now use new window styles and themes to request translucent system UI, including both the status bar and navigation bar. To ensure the legibility of navigation bar buttons or status bar information, subtle gradients is shown behind the system bars. A typical use-case would be an app that needs to show through to a wallpaper.

这个是Android Developer上的原文 反正我也看得不是很懂 我知道的就是实现和导航栏和状态栏的透明 带一些渐变效果

1. 设置主题

true

true

f0d2665638089b47dee99bf9e580c47c.png

添加了这两个属性之后 就是是这个效果了 可以看到 listview已经被顶到上面去了 不知道是不是bug 查了下资料 目前的解决办法好像都是给layout设置padding来解决

2.设置颜色和设置padding

private void initSystemBar() {

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {

setTra

最后

以上就是时尚棉花糖为你收集整理的android 4.4 状态栏阴影,Android 4.4 上实现透明导航栏和状态栏 Translucent system bar的全部内容,希望文章能够帮你解决android 4.4 状态栏阴影,Android 4.4 上实现透明导航栏和状态栏 Translucent system bar所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(51)

评论列表共有 0 条评论

立即
投稿
返回
顶部