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

@ -17,7 +17,8 @@
android:layout_width="128dp"
android:layout_height="128dp"
android:layout_margin="4dp"
app:cardCornerRadius="16dp">
app:cardCornerRadius="16dp"
app:cardElevation="0dp">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/paletteColorContainer"