Skip to content

Commit c79f3d6

Browse files
Ricardo CerveraAndroid (Google) Code Review
authored andcommitted
Merge "cherrypick from klp-modular-dev docs: Fix issue with CardView preview docs Bug: 16277161 Change-Id: Iea8cbff81fbf3ac50c9009fbf21dc65c625e71ee" into klp-modular-docs
2 parents 649e8f9 + d0d737a commit c79f3d6

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)