[SES-2555] Add bg to image loading

This commit is contained in:
ThomasSession 2024-08-16 17:37:36 +10:00
parent b3b5289cdf
commit 1016d691f0
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?backgroundSecondary" />
<corners android:radius="?dialogCornerRadius" />
</shape>

View File

@ -5,7 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/transparent_black_6">
android:background="@drawable/image_loading_background">
<ImageView
android:id="@+id/thumbnail_image"