auto import from //branches/cupcake/...@125939

This commit is contained in:
The Android Open Source Project
2009-01-09 17:51:19 -08:00
parent e943f2fd8e
commit 95cf464c5a
176 changed files with 4721 additions and 7588 deletions

View File

@@ -18,7 +18,7 @@
-->
<resources>
<!-- WARNING !!! THIS IS A MOCK FILE. DO NOT USE FOR DOCUMENTATION PURPOSES.
This file has been trimmed down to only extract a number of interest cases
This file has been trimmed down to only extract a number of interesting cases
for unit tests.
What this contains:
@@ -314,5 +314,27 @@
<attr name="collapseColumns" format="string" />
</declare-styleable>
<!-- Test for deprecated attributes. -->
<declare-styleable name="DeprecatedTest">
<!-- Deprecated comments using delimiters.
Ignored. {@deprecated In-line deprecated.} {@ignore Ignored}.
-->
<attr name="deprecated-inline" />
<!-- Deprecated comments on their own line.
@deprecated Multi-line version of deprecated
that works till the next tag.
@ignore This tag must be ignored
-->
<attr name="deprecated-multiline" />
<!-- This attribute is not deprecated. -->
<attr name="deprecated-not" />
<!-- {@deprecated There is no other javadoc here. } -->
<attr name="deprecated-no-javadoc" format="boolean" />
</declare-styleable>
</resources>