summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2010-01-26 15:27:54 -0800
committer Scott Main <smain@google.com> 2010-01-26 15:27:54 -0800
commit4459295998f954ed994bc22a2f1e1022f57b3693 (patch)
treefb820604ddcc26b5bc810f99fcefdfacc56fc53a
parent9903f71b046e29bf6c1a3b7d3dc7facf372aa6f4 (diff)
remove @deprecated tag from "fill_parent" because it bubbles up
and declares the entire attribute as deprecated.
-rw-r--r--core/res/res/values/attrs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 287e3a082d78..d688b7cdfe25 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -1394,7 +1394,7 @@
be a dimension (such as "12dip") for a constant width or one of
the special constants. -->
<attr name="layout_width" format="dimension">
- <!-- {@deprecated Use match_parent instead.} -->
+ <!-- <strong>Deprecated.</strong> Use {@code match_parent} instead. -->
<enum name="fill_parent" value="-1" />
<!-- The view should be as big as its parent (minus padding). -->
<enum name="match_parent" value="-1" />
@@ -1407,7 +1407,7 @@
be a dimension (such as "12dip") for a constant height or one of
the special constants. -->
<attr name="layout_height" format="dimension">
- <!-- {@deprecated Use match_parent instead.} -->
+ <!-- <strong>Deprecated.</strong> Use {@code match_parent} instead. -->
<enum name="fill_parent" value="-1" />
<!-- The view should be as big as its parent (minus padding). -->
<enum name="match_parent" value="-1" />