本文介绍了Android的 - 折叠菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我看的创建一个Accordion-style窗口小部件,如在此页面。有没有使用标准的Android工具包实现同样效果的一种方式或是否需要构建自定义窗口小部件?如果是这样的 - ?哪一个,你会推荐扩展如果有的话
I'm looking at best way of creating an Accordion-style widget such as on this page.Is there a way of achieving same effect using standard Android toolkit or do I need to build custom widget? If so - which one would you recommend extending if any?
推荐答案
我已经推动 Android的手风琴视图项目在GitHub上。我们用它为我们的客户,在2.2,2.3.x,3.2和4.0.3进行测试。作品pretty的对我们有好处。
I have pushed android accordion view project at github. We use it for our customers, tested on 2.2, 2.3.x, 3.2 and 4.0.3. Works pretty good for us.
要添加动画的折叠/展开的下一个步骤。
Going to add animation on fold/unfold in next step.
下面是小截屏:
这篇关于Android的 - 折叠菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!