diff options
| author | smain@google.com <smain@google.com> | 2014-10-19 00:04:52 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-19 00:04:54 +0000 |
| commit | f3e585ab20be006c8d5f3a033f9ade8a9dc6b55f (patch) | |
| tree | 2a3efce761f15362b0dcc9af1c7c7d1bd1746f2c | |
| parent | 9e9d5a369fb00730d58220eaa79082e351cf8bcd (diff) | |
| parent | 02f9a5d4d71af6dad1f2621a568d3b113cffa239 (diff) | |
| download | frameworks_base-f3e585ab20be006c8d5f3a033f9ade8a9dc6b55f.zip frameworks_base-f3e585ab20be006c8d5f3a033f9ade8a9dc6b55f.tar.gz frameworks_base-f3e585ab20be006c8d5f3a033f9ade8a9dc6b55f.tar.bz2 | |
Merge "add glare effect to screenshot and add 1x version with srcset" into lmp-dev
| -rw-r--r-- | docs/html/about/versions/lollipop.jd | 4 | ||||
| -rw-r--r-- | docs/html/images/versions/recents_screen.png | bin | 490653 -> 146321 bytes | |||
| -rw-r--r-- | docs/html/images/versions/recents_screen_2x.png | bin | 0 -> 491677 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/about/versions/lollipop.jd b/docs/html/about/versions/lollipop.jd index d94d799..2d4072b 100644 --- a/docs/html/about/versions/lollipop.jd +++ b/docs/html/about/versions/lollipop.jd @@ -142,7 +142,7 @@ video apps and games to display smooth synchronized content.</p> -<img src="{@docRoot}images/versions/recents_screen.png" style="float:right; margin:0 0 40px 60px" width="300" height="521" /> +<img src="{@docRoot}images/versions/recents_screen_2x.png" srcset="{@docRoot}images/versions/recents_screen.png 1x, {@docRoot}images/versions/recents_screen_2x.png 2x" style="float:right; margin:0 0 40px 60px" width="300" height="521" /> <h2 id="Documents">Document-centric apps</h2> @@ -267,4 +267,4 @@ Android 4.2.</p> <img src="{@docRoot}images/versions/battery_historian.png" srcset="{@docRoot}images/versions/battery_historian@2x.png 2x" alt="" width="760" height="462" /> <p class="img-caption">Battery Historian is a new tool to convert the statistics from <code>dumpsys batterystats</code> into a visualization for battery-related debugging. You can find it at <a href="https://github.com/google/battery-historian" ->https://github.com/google/battery-historian</a>.</p>
\ No newline at end of file +>https://github.com/google/battery-historian</a>.</p> diff --git a/docs/html/images/versions/recents_screen.png b/docs/html/images/versions/recents_screen.png Binary files differindex a6619c5..04d4d74 100644 --- a/docs/html/images/versions/recents_screen.png +++ b/docs/html/images/versions/recents_screen.png diff --git a/docs/html/images/versions/recents_screen_2x.png b/docs/html/images/versions/recents_screen_2x.png Binary files differnew file mode 100644 index 0000000..127f69a --- /dev/null +++ b/docs/html/images/versions/recents_screen_2x.png |
