如何制作像google play或spotify这样的布局?

时间:2014-08-22 22:46:17

标签: android

我想学习这次流行的布局。

当应用程序首次启动时,操作栏未显示,图像显示在布局上方。 当布局向上移动时,操作栏看起来并且图像正在变化。 我想在下面显示实例图片。

Spotify的;

enter image description here

Google Play

enter image description here

我之前使用过umano slidinguppanel,但这对我来说还不够。 我想开发我的库。 那么我该怎么研究这个问题呢。拖放?或其他想法?

我试着说明一切。 其余的历史。

2 个答案:

答案 0 :(得分:1)

我首先发现Cyril Mottier在这里提到的这个设计: http://cyrilmottier.com/2013/05/24/pushing-the-actionbar-to-the-next-level/

然后我发现了Flavien Laurent: http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/

这里的实施: https://github.com/flavienlaurent/NotBoringActionBar

这足以让你开始走上正轨。

答案 1 :(得分:1)

您现在可以使用设计支持库来实现带有图片的CollapsingToolbarLayout

了解this blogpost上的设计支持库,可以找到CollapsingToolbarLayout的官方文档here