如何使用RecyclerView制作Circle列表

时间:2015-11-16 09:37:06

标签: android user-interface

如图所示,横向放置,我的DOMXpath:evaluate()中的每件商品都会有$document = new DOMDocument(); $document->loadXml($xml); $xpath = new DOMXpath($document); $xpath->registerNamespace('atom', 'http://www.w3.org/2005/Atom'); $xpath->registerNamespace('meta', 'http://schemas.microsoft.com/ado/2007/08/dataservices/metadata'); $xpath->registerNamespace('data', 'http://schemas.microsoft.com/ado/2007/08/dataservices'); foreach ($xpath->evaluate('//atom:entry/atom:content/meta:properties') as $properties) { echo $xpath->evaluate('string(data:Id)', $properties), "\n"; echo $xpath->evaluate('string(data:NEW_DATE)', $properties), "\n\n"; } RecyclerView

enter image description here

我想在横向enter image description here

中进行此操作

1 个答案:

答案 0 :(得分:4)

你可以使用这个CircleList library,它几​​乎和你想要的一样。

使用此MatrixView进行效果,您可以复制它并根据需要执行效果。