mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-18 23:28:28 +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>
|