Added card elevation

main
h4h13 2019-05-16 14:35:16 +05:30
parent bb5449c9d7
commit 86c5316d3d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="8dp"
app:cardElevation="3dp"
app:cardElevation="4dp"
app:cardUseCompatPadding="true"
tools:ignore="MissingPrefix">

View File

@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="8dp"
app:cardElevation="0dp"
app:cardElevation="4dp"
app:cardUseCompatPadding="true">
<ImageView