diff options
Diffstat (limited to 'docs/html/guide/topics/views/custom-views.jd')
-rw-r--r-- | docs/html/guide/topics/views/custom-views.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/views/custom-views.jd b/docs/html/guide/topics/views/custom-views.jd index 4e0e164..8589b1a 100644 --- a/docs/html/guide/topics/views/custom-views.jd +++ b/docs/html/guide/topics/views/custom-views.jd @@ -40,7 +40,7 @@ parent.link=index.html </li> <li> You could override the way that an EditText component is rendered on the screen - (the <a href="{@docRoot}guide/samples/NotePad/">Notepad sample</a> uses this to good effect, + (the <a href="{@docRoot}resources/samples/NotePad/">Notepad sample</a> uses this to good effect, to create a lined-notepad page). </li> <li> |