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.