From 137d9e6d6e7c76819c6e23f68389eb324a02b1c3 Mon Sep 17 00:00:00 2001 From: sherlockbeard Date: Fri, 13 Aug 2021 20:54:22 +0530 Subject: [PATCH] testing --- .../res/drawable/not_available_monkey.xml | 31 ++++++++++++++++--- .../fragment_video_detail.xml | 2 +- .../main/res/layout/fragment_video_detail.xml | 2 +- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/drawable/not_available_monkey.xml b/app/src/main/res/drawable/not_available_monkey.xml index 3ef89983f..b15a381c5 100644 --- a/app/src/main/res/drawable/not_available_monkey.xml +++ b/app/src/main/res/drawable/not_available_monkey.xml @@ -1,4 +1,27 @@ - - - - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-large-land/fragment_video_detail.xml b/app/src/main/res/layout-large-land/fragment_video_detail.xml index d4f1ccc3d..7f664f5d4 100644 --- a/app/src/main/res/layout-large-land/fragment_video_detail.xml +++ b/app/src/main/res/layout-large-land/fragment_video_detail.xml @@ -52,7 +52,7 @@ android:id="@+id/detail_thumbnail_image_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@android:color/transparent" + android:background="?windowBackground" android:contentDescription="@string/detail_thumbnail_view_description" android:scaleType="fitCenter" tools:ignore="RtlHardcoded" diff --git a/app/src/main/res/layout/fragment_video_detail.xml b/app/src/main/res/layout/fragment_video_detail.xml index 806450a22..202a64725 100644 --- a/app/src/main/res/layout/fragment_video_detail.xml +++ b/app/src/main/res/layout/fragment_video_detail.xml @@ -42,7 +42,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="200dp" - android:background="@android:color/transparent" + android:background="?windowBackground" android:contentDescription="@string/detail_thumbnail_view_description" android:scaleType="fitCenter" tools:ignore="RtlHardcoded"