mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-13 02:49:20 +00:00
Fix: Corner fringing caused by card-color
This commit is contained in:
@ -146,7 +146,7 @@
|
||||
</style>
|
||||
|
||||
<style name="Theme.Card" parent="Widget.Material3.CardView.Filled">
|
||||
<item name="cardBackgroundColor">?android:attr/colorBackground</item>
|
||||
<item name="cardBackgroundColor">@android:color/transparent</item>
|
||||
<item name="cardCornerRadius">@dimen/shape_large_corner</item>
|
||||
</style>
|
||||
|
||||
|
Reference in New Issue
Block a user