Merge "docs: Removed references to "Hello Views" tutorial guide" into mnc-docs

This commit is contained in:
Andrew Solovay
2015-10-01 18:13:00 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 6 deletions

View File

@ -76,8 +76,7 @@ example, the EditText element has a <code>text</code> attribute that corresponds
<code>EditText.setText()</code>. </p>
<p class="note"><strong>Tip:</strong> Learn more about different layout types in <a href="{@docRoot}guide/topics/ui/layout-objects.html">Common
Layout Objects</a>. There are also a collection of tutorials on building various layouts in the
<a href="{@docRoot}resources/tutorials/views/index.html">Hello Views</a> tutorial guide.</p>
Layout Objects</a>.</p>
<h2 id="write">Write the XML</h2>

View File

@ -302,10 +302,9 @@ case ACTIVITY_EDIT:
href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a> is an essential part of
creating
a good looking Android application.</p>
<p>Take a look at the
<a href="{@docRoot}resources/tutorials/views/index.html">Hello Views</a>
for some example layouts and how to use them. The ApiDemos sample project is also a
great resource from which to learn how to create different layouts.</p>
<p>The <a href="https://github.com/android/platform_development/tree/master/samples/ApiDemos"
class="external-link">ApiDemos sample project</a> is a good resource for
learning how to create different layouts.</p>
</div>
</div>