From e74afeba277c3df6c19e84515bb2deabb6d80743 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Thu, 28 Sep 2023 08:17:47 +0300 Subject: [PATCH] Cast & Recommendations focus --- app/src/main/res/layout/cast_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/cast_item.xml b/app/src/main/res/layout/cast_item.xml index 54df59a8..c09cecfa 100644 --- a/app/src/main/res/layout/cast_item.xml +++ b/app/src/main/res/layout/cast_item.xml @@ -34,7 +34,7 @@ android:id="@+id/actor_image" android:layout_width="match_parent" - + android:focusable="true" android:layout_height="match_parent" android:contentDescription="@string/episode_poster_img_des" android:scaleType="centerCrop"