diff options
author | Jeff Brown <jeffbrown@google.com> | 2013-04-25 21:24:44 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2013-04-26 00:20:42 -0700 |
commit | caf7b0a155f6adef1b9af6cbf7370460c55e3a3f (patch) | |
tree | c69a8effe9c9299b687232dc672094f9c76c7b00 /core/res | |
parent | 22f6a60e62253436a4f7da1a5d59adc0f17534cc (diff) | |
download | frameworks_base-caf7b0a155f6adef1b9af6cbf7370460c55e3a3f.zip frameworks_base-caf7b0a155f6adef1b9af6cbf7370460c55e3a3f.tar.gz frameworks_base-caf7b0a155f6adef1b9af6cbf7370460c55e3a3f.tar.bz2 |
Generate SDK docs for v7 support library packages.
This change required fixing some bugs in how AAPT handles
qualified symbols such as "android:layout_height"
when generating JavaDoc links. The links were being
generated using the package name of the generated R file
rather than the package name of the referenced symbol.
These broken links caused the JavaDoc build to fail.
Bug: 8175766
Change-Id: I52fbef27825a25abca960cb44b59c2132267e9d6
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 60f3f32..4dcbaec 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -3548,7 +3548,7 @@ <attr name="dropDownWidth" /> <!-- Reference to a layout to use for displaying a prompt in the dropdown for spinnerMode="dropdown". This layout must contain a TextView with the id - @android:id/text1 to be populated with the prompt text. --> + {@code @android:id/text1} to be populated with the prompt text. --> <attr name="popupPromptView" format="reference" /> <!-- Gravity setting for positioning the currently selected item. --> <attr name="gravity" /> |