fix shimmer for light theme

This commit is contained in:
Jannik 2022-09-15 18:02:48 +02:00
parent 215e01c53a
commit 5cd3d25ebe
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 2 additions and 2 deletions

View File

@ -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" />
</FrameLayout>
@ -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"