Skip to content

Commit d0d737a

Browse files
author
Ricardo Cervera
committed
cherrypick from klp-modular-dev docs: Fix issue with CardView preview docs Bug: 16277161 Change-Id: Iea8cbff81fbf3ac50c9009fbf21dc65c625e71ee
Change-Id: I328fc60924d76c633e2f2576c514df22153cdc80
1 parent 6a5dd93 commit d0d737a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ see <a href="{@docRoot}preview/material/compatibility.html">Compatibility</a>.</
171171
<p>Here's how to specify properties of <code>CardView</code>:</p>
172172

173173
<ul>
174-
<li>To set the corner radius in your layouts, use the <code>android:cardCornerRadius</code>
174+
<li>To set the corner radius in your layouts, use the <code>card_view:cardCornerRadius</code>
175175
attribute.</li>
176176
<li>To set the corner radius in your code, use the <code>CardView.setRadius</code> method.</li>
177-
<li>To set the background color of a card, use the <code>android:cardBackgroundColor</code>
177+
<li>To set the background color of a card, use the <code>card_view:cardBackgroundColor</code>
178178
attribute.</li>
179179
</ul>
180180

0 commit comments

Comments
 (0)