diff options
author | David Friedman <dmail@google.com> | 2014-10-27 17:16:44 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2014-10-27 19:29:45 -0700 |
commit | 576a4b737181c3a643160cb58e783b4d05eda571 (patch) | |
tree | d448b4c24873bdc63dcbf4155f0f1edfc9b6cf30 /docs/html/design | |
parent | 2b4b3d289bb26607c8db198dae4bcfbf6247b0c1 (diff) | |
download | frameworks_base-576a4b737181c3a643160cb58e783b4d05eda571.zip frameworks_base-576a4b737181c3a643160cb58e783b4d05eda571.tar.gz frameworks_base-576a4b737181c3a643160cb58e783b4d05eda571.tar.bz2 |
Updates Notifications screenshot for Android 5.0.
Change-Id: Ib5a3f88ef5d9e580550a18d83568913d6b5d3cef
Diffstat (limited to 'docs/html/design')
-rw-r--r-- | docs/html/design/patterns/notifications.jd | 4 |
1 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> |