am f3e585ab: Merge "add glare effect to screenshot and add 1x version with srcset" into lmp-dev

* commit 'f3e585ab20be006c8d5f3a033f9ade8a9dc6b55f':
  add glare effect to screenshot and add 1x version with srcset
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 @@
 
 
 
-<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 @@
 
 <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
index a6619c5..04d4d74 100644
--- a/docs/html/images/versions/recents_screen.png
+++ b/docs/html/images/versions/recents_screen.png
Binary files differ
diff --git a/docs/html/images/versions/recents_screen_2x.png b/docs/html/images/versions/recents_screen_2x.png
new file mode 100644
index 0000000..127f69a
--- /dev/null
+++ b/docs/html/images/versions/recents_screen_2x.png
Binary files differ