diff options
-rw-r--r-- | docs/html/design/patterns/notifications.jd | 4 | ||||
-rw-r--r-- | docs/html/images/android-5.0/notifications/LockScreen.png | bin | 1158747 -> 154164 bytes | |||
-rw-r--r-- | docs/html/images/android-5.0/notifications/LockScreen@2x.png | bin | 0 -> 475120 bytes |
3 files changed, 2 insertions, 2 deletions
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 @@ to anyone who picks up the device and turns on the display.</p> <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 Binary files differindex c204a81..b97bc39 100644 --- a/docs/html/images/android-5.0/notifications/LockScreen.png +++ b/docs/html/images/android-5.0/notifications/LockScreen.png diff --git a/docs/html/images/android-5.0/notifications/LockScreen@2x.png b/docs/html/images/android-5.0/notifications/LockScreen@2x.png Binary files differnew file mode 100644 index 0000000..7f145fb --- /dev/null +++ b/docs/html/images/android-5.0/notifications/LockScreen@2x.png |