summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2014-04-21 13:30:10 -0700
committerAndrew Solovay <asolovay@google.com>2014-04-22 00:04:39 +0000
commit3555e4aef0d5664645e35d33779bf1bd140a7e50 (patch)
tree3e7ffa479f349ba9c6fe1852b87fb9601fc4e6eb /docs/html/guide/topics
parent974588d149812ee5420f55e3fd3182045b1e915b (diff)
downloadframeworks_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.jd2
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>
&lt;item&gt;Venus&lt;/item&gt;
&lt;item&gt;Earth&lt;/item&gt;
&lt;/string-array&gt;
-&lt;/pre&gt;
+&lt;/resources&gt;
</pre>
<p>The {@link android.widget.ArrayAdapter} returned by {@link