diff options
| author | 2013-03-28 17:25:18 -0700 | |
|---|---|---|
| committer | 2013-03-28 17:25:18 -0700 | |
| commit | 5652935aef0a1a9ecb6eef5550eb0e6a52999135 (patch) | |
| tree | 6c0a070f2cc7ce8c00d607b080ee7ee93302ba21 | |
| parent | e89ebc767e554415d5ead323bb48012f15760046 (diff) | |
| parent | 5a5ff0b807f456055a7eadb46bca7f674585529d (diff) | |
am 5a5ff0b8: am 6754e05b: am c1fbc91b: am a42ddee1: Merge "Doc update: fix broken XML causing prob in View" into jb-mr1.1-docs
* commit '5a5ff0b807f456055a7eadb46bca7f674585529d':
Doc update: fix broken XML causing prob in View
| -rw-r--r-- | core/res/res/values/attrs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index cc6131c5c7fa..c0d5136221fb 100644 --- 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> |