Removed elevation

This commit is contained in:
Hemanth S 2020-05-24 18:00:30 +05:30
parent e367614024
commit d91227ab82
18 changed files with 26 additions and 119 deletions

View file

@ -10,6 +10,7 @@
android:layout_height="wrap_content"
android:layout_margin="4dp"
app:cardCornerRadius="8dp"
app:cardElevation="0dp"
app:contentPadding="12dp">
<androidx.constraintlayout.widget.ConstraintLayout