From 507be7e7050a2c56a7eba892e6910dbe8766e7df Mon Sep 17 00:00:00 2001
From: LagradOst <11805592+LagradOst@users.noreply.github.com>
Date: Mon, 14 Mar 2022 13:50:09 +0100
Subject: [PATCH] actor background color fixed
---
app/src/main/res/layout/cast_item.xml | 4 +---
app/src/main/res/layout/fragment_result.xml | 1 +
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/cast_item.xml b/app/src/main/res/layout/cast_item.xml
index d8f659ec..20ebbe78 100644
--- a/app/src/main/res/layout/cast_item.xml
+++ b/app/src/main/res/layout/cast_item.xml
@@ -10,12 +10,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardCornerRadius="@dimen/rounded_image_radius"
- app:cardBackgroundColor="?attr/boxItemBackground"
+ app:cardBackgroundColor="?attr/primaryBlackBackground"
android:foreground="@drawable/outline_drawable"
android:layout_marginEnd="10dp">
-
-