summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2014-04-22 13:27:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-22 13:27:09 +0000
commitda1a10f727746f9f85c576adb2c4c91c552255f3 (patch)
tree48ffe6e0061ca5e5cc994c35efed87aff69172c7
parent6c0454ecae4fe46b7032299d02fc6da80f171ed2 (diff)
parentc68e2089755dc35b34d620944bcceb63e1283015 (diff)
downloadframeworks_base-da1a10f727746f9f85c576adb2c4c91c552255f3.zip
frameworks_base-da1a10f727746f9f85c576adb2c4c91c552255f3.tar.gz
frameworks_base-da1a10f727746f9f85c576adb2c4c91c552255f3.tar.bz2
am c68e2089: am 3555e4ae: Fixed a typo in a code sample.
* commit 'c68e2089755dc35b34d620944bcceb63e1283015': Fixed a typo in a code sample.
-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