From b7eebcef53e59bb6f300adf240c95c4d0e6afa67 Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Thu, 25 Mar 2021 22:04:12 -0400 Subject: [PATCH] Fix shadow on category hopper --- app/src/main/res/layout/library_list_controller.xml | 2 +- app/src/main/res/layout/rounded_category_hopper.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/library_list_controller.xml b/app/src/main/res/layout/library_list_controller.xml index fa6c2f34a5..e4d7413fcd 100644 --- a/app/src/main/res/layout/library_list_controller.xml +++ b/app/src/main/res/layout/library_list_controller.xml @@ -117,7 +117,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="top|center" - android:elevation="6dp"> + android:translationZ="50dp"> diff --git a/app/src/main/res/layout/rounded_category_hopper.xml b/app/src/main/res/layout/rounded_category_hopper.xml index cdc035bee2..ad9c6cd0a0 100644 --- a/app/src/main/res/layout/rounded_category_hopper.xml +++ b/app/src/main/res/layout/rounded_category_hopper.xml @@ -8,7 +8,7 @@ android:layout_marginEnd="20dp" android:layout_marginBottom="6dp" app:cardCornerRadius="25dp" - app:cardElevation="10dp"> + app:cardElevation="3dp">