summaryrefslogtreecommitdiffstats
path: root/docs/html/design/patterns/index.jd
blob: e091a29ca5e8effa64403355fc3f25cd1e181a0a (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
page.title=Patterns
header.justLinks=1
footer.hide=1
@jd:body

<style>
#landing-graphic-container {
  position: relative;
}

#text-overlay {
  position: absolute;
  left: 0;
  top: 492px;
  width: 200px;
}
</style>

<div id="landing-graphic-container">
  <div id="text-overlay">
    <span itemprop="description">Design apps that behave in a consistent, predictable
    fashion.</span>
    <br><br>
    <a href="{@docRoot}design/patterns/new.html" class="landing-page-link">New in Android</a>
  </div>

  <a href="{@docRoot}design/patterns/new.html">
    <img src="{@docRoot}design/media/patterns_landing.png">
  </a>
</div>