Show error on ImageActivity

This commit is contained in:
Koitharu
2023-08-18 15:40:56 +03:00
parent c103773c19
commit df04dcc8a3
4 changed files with 66 additions and 22 deletions

View File

@@ -23,4 +23,10 @@
android:layout_gravity="center"
android:indeterminate="true" />
<ViewStub
android:id="@+id/stub_error"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout="@layout/item_error_state" />
</FrameLayout>