summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author kmccormick <kmccormick@google.com> 2013-03-28 17:27:26 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-03-28 17:27:26 -0700
commit798bb6175ffdb473dd135f3167f01559fd5db9ef (patch)
treeac233896b1a724454e64bce568c9597fc80cc888
parent709f140bea3974a30c68e99f507563854acad1dd (diff)
parent5652935aef0a1a9ecb6eef5550eb0e6a52999135 (diff)
am 5652935a: am 5a5ff0b8: am 6754e05b: am c1fbc91b: am a42ddee1: Merge "Doc update: fix broken XML causing prob in View" into jb-mr1.1-docs
* commit '5652935aef0a1a9ecb6eef5550eb0e6a52999135': Doc update: fix broken XML causing prob in View
-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 5282df380b31..8c7a37462c31 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2092,11 +2092,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>