有人可以帮我说说Android中有哪些列表? (Android新增功能)

时间:2016-02-11 10:27:43

标签: android android-layout android-studio android-cardview

抱歉这个问题,但我是Android的新手。

我想在我的应用程序上列出下面的列表。它是一个包含许多水平列表的列表,对于每个水平列表,都有一个描述,例如“访问最多的景点”和一个“SEE ALL”按钮,点击其他屏幕上显示整个列表。

我尝试在互联网上查看,但没有成功,因为我不确切知道它是什么类型的列表。

干杯!

enter image description here

1 个答案:

答案 0 :(得分:2)

请访问此github库MaterialLeanBack

在这里,你必须对你所放置的按钮进行控制,点击后会全屏显示。

<强>用法

compile 'com.github.florent37:materialleanback:1.0.0@aar'

compile 'com.android.support:cardview-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:22.2.1'
compile 'com.nineoldandroids:library:2.4.0'

下载

{{1}}

enter image description here