Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37a4db82 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Removed references to "Hello Views" tutorial guide

The "Hello Views" tutorial no longer exists, links to it redirect
to the "Declaring Layouts" API guide. Removing old links to that page.

See first comment for doc stage location.

bug: 21674339
Change-Id: I885a41fb3b213d4dc6257959d43dbf73e0c753bd
parent 7b8399db
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>

+3 −4
Original line number Diff line number Diff line
@@ -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>