diff options
author | Andrew Solovay <asolovay@google.com> | 2014-04-21 13:30:10 -0700 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2014-04-22 00:04:39 +0000 |
commit | 3555e4aef0d5664645e35d33779bf1bd140a7e50 (patch) | |
tree | 3e7ffa479f349ba9c6fe1852b87fb9601fc4e6eb /docs/html/guide/topics | |
parent | 974588d149812ee5420f55e3fd3182045b1e915b (diff) | |
download | frameworks_base-3555e4aef0d5664645e35d33779bf1bd140a7e50.zip frameworks_base-3555e4aef0d5664645e35d33779bf1bd140a7e50.tar.gz frameworks_base-3555e4aef0d5664645e35d33779bf1bd140a7e50.tar.bz2 |
Fixed a typo in a code sample.
Fix is staged to: http://asolovay.mtv.corp.google.com:9000/guide/topics/ui/actionbar.html#Dropdown
Bug: 14043905
Change-Id: I8b71d55d51bf88ab9790309e6e63e755d03b2c85
Diffstat (limited to 'docs/html/guide/topics')
-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 3173ff1..762d30c 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 |