From 86c5316d3d622e976e8d1d54d06eab78cb22d5b4 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Thu, 16 May 2019 14:35:16 +0530 Subject: [PATCH] Added card elevation --- app/src/main/res/layout/item_card.xml | 2 +- app/src/main/res/layout/item_grid.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_card.xml b/app/src/main/res/layout/item_card.xml index 3aeaf97c..56e74d9e 100644 --- a/app/src/main/res/layout/item_card.xml +++ b/app/src/main/res/layout/item_card.xml @@ -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"> diff --git a/app/src/main/res/layout/item_grid.xml b/app/src/main/res/layout/item_grid.xml index 61e10ffa..1c6fba4a 100644 --- a/app/src/main/res/layout/item_grid.xml +++ b/app/src/main/res/layout/item_grid.xml @@ -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">