diff options
author | Andrew Solovay <asolovay@google.com> | 2014-04-22 13:41:50 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-22 13:41:50 +0000 |
commit | cd8f0c58bb42e910a0a09cc37cbb15d308c96ce1 (patch) | |
tree | c37212a0d9ed3333d932de3e6a6c1b42100e66aa /docs/html/guide/topics/ui/actionbar.jd | |
parent | bc3c1ad9606d1571932af0585053fdb85422138b (diff) | |
parent | 97b7208fa436d279b5a7cc4fc582e7ba89181a84 (diff) | |
download | frameworks_base-cd8f0c58bb42e910a0a09cc37cbb15d308c96ce1.zip frameworks_base-cd8f0c58bb42e910a0a09cc37cbb15d308c96ce1.tar.gz frameworks_base-cd8f0c58bb42e910a0a09cc37cbb15d308c96ce1.tar.bz2 |
am 97b7208f: am da1a10f7: am c68e2089: am 3555e4ae: Fixed a typo in a code sample.
* commit '97b7208fa436d279b5a7cc4fc582e7ba89181a84':
Fixed a typo in a code sample.
Diffstat (limited to 'docs/html/guide/topics/ui/actionbar.jd')
-rw-r--r-- | docs/html/guide/topics/ui/actionbar.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd index a122443..f169f5f 100644 --- a/docs/html/guide/topics/ui/actionbar.jd +++ b/docs/html/guide/topics/ui/actionbar.jd @@ -1145,7 +1145,7 @@ defined in a resource looks like this:</p> <item>Venus</item> <item>Earth</item> </string-array> -</pre> +</resources> </pre> <p>The {@link android.widget.ArrayAdapter} returned by {@link |