Merge "docs: Update timing of Android Wear app review" into lmp-docs
diff --git a/docs/html/design/patterns/notifications.jd b/docs/html/design/patterns/notifications.jd
index 467dbb2..f5cd2a7 100644
--- a/docs/html/design/patterns/notifications.jd
+++ b/docs/html/design/patterns/notifications.jd
@@ -787,8 +787,8 @@
 
 <h3>User control over information displayed on the secure lock screen</h3>
 <div class="figure" style="width:311px">
-  <img src="{@docRoot}images/android-5.0/notifications/LockScreen.png"
-    alt="" width="311px" />
+  <img src="{@docRoot}images/android-5.0/notifications/LockScreen@2x.png"
+  srcset="{@docRoot}images/android-5.0/notifications/LockScreen.png 1x" alt="" width="311px"/>
       <p class="img-caption">
     Notifications on the lock screen, with contents revealed after the user unlocks the device.
   </p>
diff --git a/docs/html/images/android-5.0/notifications/LockScreen.png b/docs/html/images/android-5.0/notifications/LockScreen.png
index c204a81..b97bc39 100644
--- a/docs/html/images/android-5.0/notifications/LockScreen.png
+++ b/docs/html/images/android-5.0/notifications/LockScreen.png
Binary files differ
diff --git a/docs/html/images/android-5.0/notifications/LockScreen@2x.png b/docs/html/images/android-5.0/notifications/LockScreen@2x.png
new file mode 100644
index 0000000..7f145fb
--- /dev/null
+++ b/docs/html/images/android-5.0/notifications/LockScreen@2x.png
Binary files differ