summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author kmccormick <kmccormick@google.com> 2013-03-28 17:23:03 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-03-28 17:23:03 -0700
commit5a5ff0b807f456055a7eadb46bca7f674585529d (patch)
tree1b47d311eaf1a957b108ceb5782ec21704ea654d
parentc9c63003b2e30c068a1bc9eba7683b75ca272180 (diff)
parent6754e05b4e034a5118d669a547708c7adebd3202 (diff)
am 6754e05b: am c1fbc91b: am a42ddee1: Merge "Doc update: fix broken XML causing prob in View" into jb-mr1.1-docs
* commit '6754e05b4e034a5118d669a547708c7adebd3202': Doc update: fix broken XML causing prob in View
-rwxr-xr-xcore/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 8e66a77606b0..05130a1fcb9f 100755
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2082,11 +2082,11 @@
<!-- Don't use a layer. -->
<enum name="none" value="0" />
<!-- Use a software layer. Refer to
- {@link android.view.View#setLayerType(int, android.graphics.Paint) for
+ {@link android.view.View#setLayerType(int, android.graphics.Paint)} for
more information. -->
<enum name="software" value="1" />
<!-- Use a hardware layer. Refer to
- {@link android.view.View#setLayerType(int, android.graphics.Paint) for
+ {@link android.view.View#setLayerType(int, android.graphics.Paint)} for
more information. -->
<enum name="hardware" value="2" />
</attr>