Commit 277298fe authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated night style for elevated cards

parent ff24bc0b
......@@ -37,6 +37,7 @@
android:id="@+id/main_toolbar"
style="?styleToolbar"
android:layout_width="match_parent"
android:background="@android:color/transparent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_scrollFlags="noScroll"
tools:title="Home" />
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">?colorSurfaceVariant</item>
<item name="cardElevation">@dimen/l_25</item>
</style>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment