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

@ -14,5 +14,10 @@
<item name="android:windowContentOverlay">@null</item>
</style>
<!-- shapes -->
<style name="ShapeAppearance.Teapod.RoundedPoster" parent="ShapeAppearance.MaterialComponents.LargeComponent">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">5dp</item>
</style>
</resources>