summaryrefslogtreecommitdiffstats
path: root/docs/html/design/building-blocks/lists.jd
blob: 6f69feb3779539be96517839d2cf6b812f50ed41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
page.title=Lists
page.tags=listview,layout
@jd:body

<a class="notice-designers-material"
  href="http://www.google.com/design/spec/components/lists.html">
  <div>
    <h3>Material Design</h3>
    <p>Lists<p>
  </div>
</a>

<p itemprop="description">Lists present multiple line items in a vertical arrangement. They can be used for data selection as
well as drilldown navigation.</p>

<div class="vspace size-1">&nbsp;</div>

<div class="layout-content-row clearfix">
  <div class="layout-content-col span-9">

    <img src="{@docRoot}design/media/lists_main.png">

  </div>
  <div class="layout-content-col span-4 with-callouts">

<ol style="margin-bottom: 60px;">
<li>
<h4>Section Divider</h4>
<p>Use section dividers to organize the content of your list into groups and facilitate scanning.</p>
</li>
<li>
<h4>Line Items</h4>
<p>List items can accommodate a wide range of data types in different arrangements, including
 simple single-line items, multi-line items, and custom items with icons, checkboxes, and action
 buttons.</p>
</li>
</ol>

<a class="notice-developers" href="{@docRoot}guide/topics/ui/layout/listview.html">
  <div>
    <h3>Developer Docs</h3>
    <p>List View</p>
  </div>
</a>

<a class="notice-designers-material"
  href="http://www.google.com/design/spec/components/lists-controls.html">
  <div>
    <h3>Material Design</h3>
    <p>Lists: Controls<p>
  </div>
</a>


  </div>
</div>