mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
9 lines
266 B
XML
9 lines
266 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Widget.Card" parent="Widget.MaterialComponents.CardView">
|
|
<item name="cardCornerRadius">@dimen/radius_generic</item>
|
|
<item name="cardElevation">0dp</item>
|
|
</style>
|
|
|
|
</resources> |