问题描述
在 http://www.google.com/design/spec/patterns/scrolling-techniques.html 描述的滚动技术。但我还没有找到如何实现它的详细信息。我试图实施的与图像的灵活空间的人有这方面的一个例子吗?
In http://www.google.com/design/spec/patterns/scrolling-techniques.html described scrolling techniques.But I have not found details of how to implement it.I'm trying to implement "Flexible space with image" anyone have an example of this?
推荐答案
我觉得这个LIB完全适合你的需要:
I think this lib perfectly suits your need :
https://github.com/ksoichiro/Android-ObservableScrollView
它包括所有的谷歌设计规格,更描述的滚动技术。此外,它带来了列表视图
, GridView的
, ScrollViews
支持, RecyclerViews
和 WebViews
。
It includes all the scrolling techniques described in the Google design specs and more.Moreover, it brings support for ListViews
, GridViews
, ScrollViews
, RecyclerViews
and WebViews
.
这篇关于Android的,appcompat V21,实施滚动技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!