summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-01-25 15:49:52 -0800
committerRomain Guy <romainguy@google.com>2011-01-25 15:49:52 -0800
commitb8c0e0fd7318f9c82523917ba8110a2f2df061e5 (patch)
tree813e6d91db50f114b3f2894df2e7e871f538509d
parent5cbb162262cf2dc1a5763ddbdeb4f8ec50c33dba (diff)
downloadframeworks_base-b8c0e0fd7318f9c82523917ba8110a2f2df061e5.zip
frameworks_base-b8c0e0fd7318f9c82523917ba8110a2f2df061e5.tar.gz
frameworks_base-b8c0e0fd7318f9c82523917ba8110a2f2df061e5.tar.bz2
Fix documentation typo.
Change-Id: Ide9a6a6843e86fe3ef841f95bdff132cca1f3832
-rwxr-xr-xcore/res/res/values/attrs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index a404fba..260c7c6 100755
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -1832,7 +1832,7 @@
</attr>
<!-- Specifies the type of layer backing this view. The default value is none.
- Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)
+ Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)}
for more information.-->
<attr name="layerType">
<!-- Don't use a layer. -->