show loading screen while loading media fragment

* use material components for shaped images and progress indicator
This commit is contained in:
2020-10-14 20:22:20 +02:00
parent d2728405d1
commit 5f80f1fabd
13 changed files with 89 additions and 35 deletions

View File

@ -30,12 +30,13 @@
android:minHeight="220dp"
android:scaleType="centerCrop" />
<ImageView
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/image_poster"
android:layout_width="wrap_content"
android:layout_height="200dp"
android:layout_gravity="center"
android:src="@drawable/ic_launcher_background" />
app:shapeAppearance="@style/ShapeAppearance.Teapod.RoundedPoster"
app:srcCompat="@drawable/ic_launcher_background" />
</FrameLayout>