Files
frameworks_base/docs/html/design/patterns/index.jd
Trevor Johns 682c24e228 Resolve merge conflicts of a5060ee to nyc-dev
This undoes the automerger skip which occured in
commit e740c84dc3 and
replays it as a standard (NOT -s ours) merge.

Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
2016-04-19 02:03:59 -07:00

30 lines
642 B
Plaintext

page.title=Pure Android
footer.hide=1
@jd:body
<style>
#landing-graphic-container {
position: relative;
}
#text-overlay {
position: absolute;
left: 0;
top: 402px;
width: 220px;
}
</style>
<div id="landing-graphic-container">
<div id="text-overlay">
<span itemprop="description">Build visually compelling apps that look great on any
device.</span>
<br><br>
<a href="{@docRoot}design/style/devices-displays.html" class="landing-page-link">Devices and Displays</a>
</div>
<a href="{@docRoot}design/style/devices-displays.html">
<img src="{@docRoot}design/media/design_elements_landing.png">
</a>
</div>