From 5cd3d25ebeb656b3e0b4c1521aa47ae8958d050e Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 15 Sep 2022 18:02:48 +0200 Subject: [PATCH] fix shimmer for light theme --- app/src/main/res/layout/item_media_shimmer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_media_shimmer.xml b/app/src/main/res/layout/item_media_shimmer.xml index 41e3539..bdaadfd 100644 --- a/app/src/main/res/layout/item_media_shimmer.xml +++ b/app/src/main/res/layout/item_media_shimmer.xml @@ -28,7 +28,7 @@ android:id="@+id/image_poster" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/textBackgroundDark" + android:background="?shapeTextBackground" android:contentDescription="@string/media_poster_desc" /> @@ -38,7 +38,7 @@ android:layout_width="128dp" android:layout_height="wrap_content" android:layout_margin="11dp" - android:background="@color/textBackgroundDark" + android:background="?shapeTextBackground" android:textSize="15sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"