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">