diff options
author | Christopher Tate <ctate@android.com> | 2013-01-14 11:04:54 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-14 11:04:54 -0800 |
commit | f0b57e615d61207728fb4a6b57944e3b51eb9678 (patch) | |
tree | f87abf98abd47af7ad061757eea0f11f2286835e /docs | |
parent | 0d31c74b2eff3ce37133a2fe9fb57db7d4d84a91 (diff) | |
parent | af77f071ff40b7f9f905dd7dd597b1da72e89b5f (diff) | |
download | frameworks_base-f0b57e615d61207728fb4a6b57944e3b51eb9678.zip frameworks_base-f0b57e615d61207728fb4a6b57944e3b51eb9678.tar.gz frameworks_base-f0b57e615d61207728fb4a6b57944e3b51eb9678.tar.bz2 |
am af77f071: am c4802638: am c8074612: Merge "Fix the spelling of "retrieves""
* commit 'af77f071ff40b7f9f905dd7dd597b1da72e89b5f':
Fix the spelling of "retrieves"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/ui/declaring-layout.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index e229f23..28e1418 100644 --- a/docs/html/guide/topics/ui/declaring-layout.jd +++ b/docs/html/guide/topics/ui/declaring-layout.jd @@ -395,7 +395,7 @@ subclasses {@link android.widget.AdapterView} to populate the layout with views subclass of the {@link android.widget.AdapterView} class uses an {@link android.widget.Adapter} to bind data to its layout. The {@link android.widget.Adapter} behaves as a middle-man between the data source and the {@link android.widget.AdapterView} layout—the {@link android.widget.Adapter} -retreives the data (from a source such as an array or a database query) and converts each entry +retrieves the data (from a source such as an array or a database query) and converts each entry into a view that can be added into the {@link android.widget.AdapterView} layout.</p> <p>Common layouts backed by an adapter include:</p> |