File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/html/preview/material Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
178178attribute.</li>
179179</ul>
180180
You can’t perform that action at this time.
0 commit comments