美文网首页
android沉浸式状态栏实现

android沉浸式状态栏实现

作者: 北方南山 | 来源:发表于2017-10-07 23:27 被阅读18次

    项目中遇到两种情况:

    1. statusbar 和toolbar 颜色保持一致
      效果如下:


      ezgif.com-resize (3).gif
    2. 页面顶部是一个图片,整个页面上下滑动statusbar 和 toolbar颜色由透明到特定颜色的渐变效果。
      效果如下:


      ezgif.com-resize (1).gif
      ezgif.com-resize (2).gif

    分析:


    代码见:https://github.com/chaozaiai/ProjectSummary
    参考:
    http://blog.csdn.net/lmj623565791/article/details/48649563
    https://github.com/yanzhenjie/StatusView
    http://www.jcodecraeer.com/a/anzhuokaifa/developer/2014/1117/1997.html

    相关文章

      网友评论

          本文标题:android沉浸式状态栏实现

          本文链接:https://www.haomeiwen.com/subject/ofpsyxtx.html