From 37a4db824402a953afbae58ef4d65c01f91b12a8 Mon Sep 17 00:00:00 2001
From: Andrew Solovay
Date: Wed, 30 Sep 2015 13:14:27 -0700
Subject: [PATCH] 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
---
docs/html/guide/topics/ui/declaring-layout.jd | 3 +--
docs/html/training/notepad/notepad-ex2.jd | 7 +++----
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd
index ab105fd300ed6..d557e7fa6e05e 100644
--- a/docs/html/guide/topics/ui/declaring-layout.jd
+++ b/docs/html/guide/topics/ui/declaring-layout.jd
@@ -76,8 +76,7 @@ example, the EditText element has a text attribute that corresponds
EditText.setText().
Tip: Learn more about different layout types in Common
-Layout Objects. There are also a collection of tutorials on building various layouts in the
-Hello Views tutorial guide.
+Layout Objects.
Write the XML
diff --git a/docs/html/training/notepad/notepad-ex2.jd b/docs/html/training/notepad/notepad-ex2.jd
index d15499b3750f6..5ebd1aa966df4 100644
--- a/docs/html/training/notepad/notepad-ex2.jd
+++ b/docs/html/training/notepad/notepad-ex2.jd
@@ -302,10 +302,9 @@ case ACTIVITY_EDIT:
href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts is an essential part of
creating
a good looking Android application.
- Take a look at the
- Hello Views
- 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.
+ The ApiDemos sample project is a good resource for
+ learning how to create different layouts.