Improve: Card Theme simplification

This commit is contained in:
LooKeR
2021-10-30 14:21:59 +05:30
parent 181a12fcb4
commit 2ac5563a13
3 changed files with 8 additions and 8 deletions

View File

@ -4,10 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="72dp"
app:cardBackgroundColor="?android:attr/colorBackground"
app:cardCornerRadius="@dimen/shape_large_corner"
app:cardElevation="0dp"
app:strokeWidth="0dp">
style="?attr/materialCardViewFilledStyle">
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"

View File

@ -111,10 +111,7 @@
android:layout_height="match_parent"
android:layout_margin="4dp"
android:layout_weight="1"
app:cardBackgroundColor="?attr/colorSurface"
app:cardCornerRadius="@dimen/shape_medium_corner"
app:cardElevation="2dp"
app:strokeWidth="0dp">
style="?attr/materialCardViewElevatedStyle">
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"