diff options
author | Rich Slogar <rslogar@google.com> | 2014-12-15 15:51:28 -0800 |
---|---|---|
committer | Rich Slogar <rslogar@google.com> | 2014-12-19 10:40:55 -0800 |
commit | 7cc83988d373911357d11f78e7f2f053b48a6199 (patch) | |
tree | 9539469c609c1ebb3c8d8eb8825272c06a2f5b8e /docs/html/tools/studio/index.jd | |
parent | 8e8f29e34266b49d02f236367be98d6885f2f8a6 (diff) | |
download | frameworks_base-7cc83988d373911357d11f78e7f2f053b48a6199.zip frameworks_base-7cc83988d373911357d11f78e7f2f053b48a6199.tar.gz frameworks_base-7cc83988d373911357d11f78e7f2f053b48a6199.tar.bz2 |
docs: studio sample procedure update
b/18591448
Change-Id: Ie69d3391bd45ec3b4c2bccc8eb86e5f28290f686
Diffstat (limited to 'docs/html/tools/studio/index.jd')
-rw-r--r-- | docs/html/tools/studio/index.jd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 5b36d5d..2297be4 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -410,9 +410,14 @@ UI versions). Also, the new drawable XML tags and attributes, such as <ripple and <animated-selector>, are supported.</p> -<h3> Easy access to Android code samples on GitHub</h3> +<h3 id="git-samples"> Easy access to Android code samples on GitHub</h3> <p>Clicking <strong>Import Samples</strong> from the <strong>File</strong> menu or Welcome page provides seamless access to Google code samples on GitHub.</p> <p><img src="{@docRoot}images/tools/studio-samples-githubaccess.png" /></p> <p class="img-caption"><strong>Figure 12.</strong> Code Sample Access</p> + + <p><img src="{@docRoot}images/tools/studio-sample-in-editor.png" /></p> + <p class="img-caption"><strong>Figure 13.</strong> Imported Code Sample</p> + + |