diff options
| author | Andrew Solovay <asolovay@google.com> | 2014-04-22 13:27:09 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-22 13:27:09 +0000 |
| commit | da1a10f727746f9f85c576adb2c4c91c552255f3 (patch) | |
| tree | 48ffe6e0061ca5e5cc994c35efed87aff69172c7 | |
| parent | 6c0454ecae4fe46b7032299d02fc6da80f171ed2 (diff) | |
| parent | c68e2089755dc35b34d620944bcceb63e1283015 (diff) | |
| download | frameworks_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.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 |
