stack
Groups and lays out elements vertically.
Overview
The stack element groups elements together and lays them out vertically, starting from the top of the containing element. Each element is placed directly underneath the preceding element.
<stack>
<title>WWDC Road Trip</title>
<row>
<text><badge src="resource://tomato-fresh"/> 99%</text>
<text>1hr 54min</text>
<text>Comedy</text>
<text>2015</text>
<badge src="resource://mpaa-pg" class="badge" />
<badge src="resource://cc" class="badge" />
</row>
<description handlesOverflow="true">An aspiring developer gets a ticket to WWDC, but can't afford to fly there. Now they need to get across country in time for the keynote, and the only person who can help is their quirky roommate.</description>
<text>Language information can go here</text>
<row>
<buttonLockup>
<badge src="resource://button-preview" />
<title>Preview</title>
</buttonLockup>
<buttonLockup type="buy">
<text>$9.99</text>
<title>Buy</title>
</buttonLockup>
</row>
</stack>