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

Commit d9939116 authored by Andrew Solovay's avatar Andrew Solovay Committed by Android Git Automerger
Browse files

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

* commit '85ac0dd2':
  docs: Removed references to "Hello Views" tutorial guide
parents eba7ac6c 85ac0dd2
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>