mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 10:35:26 +00:00
Updated night style for elevated cards
This commit is contained in:
parent
ff24bc0b68
commit
277298feae
@ -37,6 +37,7 @@
|
|||||||
android:id="@+id/main_toolbar"
|
android:id="@+id/main_toolbar"
|
||||||
style="?styleToolbar"
|
style="?styleToolbar"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:background="@android:color/transparent"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_scrollFlags="noScroll"
|
app:layout_scrollFlags="noScroll"
|
||||||
tools:title="Home" />
|
tools:title="Home" />
|
||||||
|
9
app/src/main/res/values-night/styles_md2_impl.xml
Normal file
9
app/src/main/res/values-night/styles_md2_impl.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?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>
|
Loading…
Reference in New Issue
Block a user