mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-08 10:20:15 +02:00
change card background in light theme
This commit is contained in:
parent
a56cc772f7
commit
394f66dde9
3 changed files with 10 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
app:cardElevation="8dp"
|
||||
app:cardBackgroundColor="@color/cardview_dark_background"
|
||||
app:cardBackgroundColor="?cardBackgroundColor"
|
||||
app:cardCornerRadius="12dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
app:layout_constraintTop_toBottomOf="@id/tutorial_setup_subtitle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue