blob: 2a33d38b61d9cb450522f75a6ab0064dedb776e8 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001<!-- Three Line List with secondary info and action -->
2<style>
3.demo-list-three {
4 width: 650px;
5}
6</style>
7
8<ul class="demo-list-three mdl-list">
9 <li class="mdl-list__item mdl-list__item--three-line">
10 <span class="mdl-list__item-primary-content">
11 <i class="material-icons mdl-list__item-avatar">person</i>
12 <span>Bryan Cranston</span>
13 <span class="mdl-list__item-text-body">
14 Bryan Cranston played the role of Walter in Breaking Bad. He is also known
15 for playing Hal in Malcom in the Middle.
16 </span>
17 </span>
18 <span class="mdl-list__item-secondary-content">
19 <a class="mdl-list__item-secondary-action" href="#"><i class="material-icons">star</i></a>
20 </span>
21 </li>
22 <li class="mdl-list__item mdl-list__item--three-line">
23 <span class="mdl-list__item-primary-content">
24 <i class="material-icons mdl-list__item-avatar">person</i>
25 <span>Aaron Paul</span>
26 <span class="mdl-list__item-text-body">
27 Aaron Paul played the role of Jesse in Breaking Bad. He also featured in
28 the "Need For Speed" Movie.
29 </span>
30 </span>
31 <span class="mdl-list__item-secondary-content">
32 <a class="mdl-list__item-secondary-action" href="#"><i class="material-icons">star</i></a>
33 </span>
34 </li>
35 <li class="mdl-list__item mdl-list__item--three-line">
36 <span class="mdl-list__item-primary-content">
37 <i class="material-icons mdl-list__item-avatar">person</i>
38 <span>Bob Odenkirk</span>
39 <span class="mdl-list__item-text-body">
40 Bob Odinkrik played the role of Saul in Breaking Bad. Due to public fondness for the
41 character, Bob stars in his own show now, called "Better Call Saul".
42 </span>
43 </span>
44 <span class="mdl-list__item-secondary-content">
45 <a class="mdl-list__item-secondary-action" href="#"><i class="material-icons">star</i></a>
46 </span>
47 </li>
48</ul>