Merge "docs: Removed references to "Hello Views" tutorial guide" into mnc-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
85ac0dd2ab
@@ -76,8 +76,7 @@ example, the EditText element has a <code>text</code> attribute that corresponds
|
|||||||
<code>EditText.setText()</code>. </p>
|
<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
|
<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
|
Layout Objects</a>.</p>
|
||||||
<a href="{@docRoot}resources/tutorials/views/index.html">Hello Views</a> tutorial guide.</p>
|
|
||||||
|
|
||||||
<h2 id="write">Write the XML</h2>
|
<h2 id="write">Write the XML</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -302,10 +302,9 @@ case ACTIVITY_EDIT:
|
|||||||
href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a> is an essential part of
|
href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a> is an essential part of
|
||||||
creating
|
creating
|
||||||
a good looking Android application.</p>
|
a good looking Android application.</p>
|
||||||
<p>Take a look at the
|
<p>The <a href="https://github.com/android/platform_development/tree/master/samples/ApiDemos"
|
||||||
<a href="{@docRoot}resources/tutorials/views/index.html">Hello Views</a>
|
class="external-link">ApiDemos sample project</a> is a good resource for
|
||||||
for some example layouts and how to use them. The ApiDemos sample project is also a
|
learning how to create different layouts.</p>
|
||||||
great resource from which to learn how to create different layouts.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user