summaryrefslogtreecommitdiffstats
path: root/docs/html/preview
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-07-14 13:47:00 -0700
committerRicardo Cervera <rcervera@google.com>2014-07-15 09:55:05 -0700
commitd0d737a95e76bdcf760244251770f699c6ed3b97 (patch)
tree872f34b1707be648f9cfaaafcdc9fdd04a09e1b5 /docs/html/preview
parent6a5dd93652ffce88891c2bd2dc7a19c764075631 (diff)
downloadframeworks_base-d0d737a95e76bdcf760244251770f699c6ed3b97.zip
frameworks_base-d0d737a95e76bdcf760244251770f699c6ed3b97.tar.gz
frameworks_base-d0d737a95e76bdcf760244251770f699c6ed3b97.tar.bz2
cherrypick from klp-modular-dev docs: Fix issue with CardView preview docs Bug: 16277161 Change-Id: Iea8cbff81fbf3ac50c9009fbf21dc65c625e71ee
Change-Id: I328fc60924d76c633e2f2576c514df22153cdc80
Diffstat (limited to 'docs/html/preview')
-rw-r--r--docs/html/preview/material/ui-widgets.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/preview/material/ui-widgets.jd b/docs/html/preview/material/ui-widgets.jd
index 31604d6..2266815 100644
--- a/docs/html/preview/material/ui-widgets.jd
+++ b/docs/html/preview/material/ui-widgets.jd
@@ -171,10 +171,10 @@ see <a href="{@docRoot}preview/material/compatibility.html">Compatibility</a>.</
<p>Here's how to specify properties of <code>CardView</code>:</p>
<ul>
- <li>To set the corner radius in your layouts, use the <code>android:cardCornerRadius</code>
+ <li>To set the corner radius in your layouts, use the <code>card_view:cardCornerRadius</code>
attribute.</li>
<li>To set the corner radius in your code, use the <code>CardView.setRadius</code> method.</li>
- <li>To set the background color of a card, use the <code>android:cardBackgroundColor</code>
+ <li>To set the background color of a card, use the <code>card_view:cardBackgroundColor</code>
attribute.</li>
</ul>