blob: 6f88e6d99fd0a7bfdbdf743ebf2a4cd7f75ada49 (
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
|
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">
Design apps that behave in a consistent, predictable fashion.
<br><br>
<a href="{@docRoot}design/patterns/new-4-0.html" class="landing-page-link">New in Android 4.0</a>
</div>
<a href="{@docRoot}design/patterns/new-4-0.html">
<img src="{@docRoot}design/media/patterns_landing.png">
</a>
</div>
|