本文介绍了在操作栏叠加图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何叠加图像通过一个操作栏状态栏?以下是我希望它看起来像 -

How do I overlay image over an Action Bar and status bar? Here is what I want it to look like -

我看了这个,但它给了比我想不同的结果。操作栏仍具有一定的不透明度和状态栏没有任何效果可言。

I read this but it gives different results than what I want. The Action Bar still has some opacity and the status bar has no effect at all.

有没有办法做到这一点?

Is there any way to do this?

推荐答案

的答案。

的在我的项目中的一个完美工作。

This one worked perfectly in my project.

这图书馆也是很大的探索: https://github.com/ManuelPeinado/FadingActionBar

This library is also great to explore:https://github.com/ManuelPeinado/FadingActionBar

这篇关于在操作栏叠加图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 19:32