diff options
author | Quddus Chong <quddusc@google.com> | 2015-05-29 10:51:56 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2015-05-29 11:23:16 -0700 |
commit | c4d39dfc6c00578d4f7b9970bc9b33b237a1da54 (patch) | |
tree | dd62aca827af1b5d8358cdf37bd9a928b1da8b28 /docs/html | |
parent | dedc768f829908242bda75b56d4a77ff247d5609 (diff) | |
download | frameworks_base-c4d39dfc6c00578d4f7b9970bc9b33b237a1da54.zip frameworks_base-c4d39dfc6c00578d4f7b9970bc9b33b237a1da54.tar.gz frameworks_base-c4d39dfc6c00578d4f7b9970bc9b33b237a1da54.tar.bz2 |
docs: Fix issue where images are not appearing in mobile browsers.
bug: 21517956
Change-Id: Ia00a42cd5c195881885c2f2927ada9acf2e1f453
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/preview/api-overview.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index f9e63e3..e6c851b 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -170,8 +170,8 @@ method to re-authenticate the user within your app. <h2 id="direct-share">Direct Share</h2> <img src="{@docRoot}preview/images/direct-share-screen.png" -srcset="{@docRoot}preview/images/direct-share-screen.png 1x, preview/images/direct-share-screen_2x.png 2x" -style="float:right; margin:0 0 20px 30px" width="312" height="335" /> +srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {@docRoot}preview/images/direct-share-screen_2x.png 2x" +style="float:right; margin:0 0 20px 30px" width="312" height="329" /> <p>This preview provides you with APIs to make sharing intuitive and quick for users. You can now define <em>direct share targets</em> that launch a specific activity in your app. These direct share @@ -499,8 +499,8 @@ Google credentials. <p>Additionally, by setting app restrictions on Google Play services, Device Owners can specify alternative Google accounts for unlocking FRP to replace the ones activated on the device.</p> </li> -<img src="{@docRoot}preview/images/work-profile-screen_2x.png" -srcset="{@docRoot}preview/images/work-profile-screen.png 1x, preview/images/work-profile-screen_2x.png 2x" +<img src="{@docRoot}preview/images/work-profile-screen.png" +srcset="{@docRoot}preview/images/work-profile-screen.png 1x, {@docRoot}preview/images/work-profile-screen_2x.png 2x" style="float:right; margin:0 0 10px 20px" width="282" height="476" /> <li><strong>Data usage tracking.</strong> A Profile or Device Owner can now query for the data usage statistics visible in <strong>Settings > Data</strong> usage by using the new |