OSDN Git Service

cherrypick from klp-modular-dev docs: Fix issue with CardView preview docs Bug: 16277...
authorRicardo Cervera <rcervera@google.com>
Mon, 14 Jul 2014 20:47:00 +0000 (13:47 -0700)
committerRicardo Cervera <rcervera@google.com>
Tue, 15 Jul 2014 16:55:05 +0000 (09:55 -0700)
Change-Id: I328fc60924d76c633e2f2576c514df22153cdc80

docs/html/preview/material/ui-widgets.jd

index 31604d6..2266815 100644 (file)
@@ -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>