From 40ef11b3844afff699b220d3a649ca9666ade2b3 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Tue, 12 Jan 2016 16:46:29 -0800 Subject: [PATCH] docs: Fix typo: remove "a" from Activities bug: 26097787 Change-Id: I00049d80627aea6f7e8481fed4bbf7831d7abdc2 --- docs/html/guide/components/activities.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/components/activities.jd b/docs/html/guide/components/activities.jd index 5e6917bac0f5a..5d192ea8ee80b 100644 --- a/docs/html/guide/components/activities.jd +++ b/docs/html/guide/components/activities.jd @@ -115,7 +115,7 @@ within the activity's window and can respond to user interaction. For example, a button that initiates an action when the user touches it.

Android provides a number of ready-made views that you can use to design and organize your -layout. "Widgets" are views that provide a visual (and interactive) elements for the screen, such +layout. "Widgets" are views that provide visual (and interactive) elements for the screen, such as a button, text field, checkbox, or just an image. "Layouts" are views derived from {@link android.view.ViewGroup} that provide a unique layout model for its child views, such as a linear layout, a grid layout, or relative layout. You can also subclass the {@link android.view.View} and