Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #109 from sceneren/master
Browse files Browse the repository at this point in the history
Fix #105
  • Loading branch information
mikaelzero authored May 11, 2022
2 parents ce53683 + 4a7e4a0 commit c1a3e7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mojito/src/main/res/layout/fragment_image.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
android:layout_height="match_parent" />

<FrameLayout
android:id="@+id/imageCoverLayout"
android:id="@+id/loadingLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />

<FrameLayout
android:id="@+id/loadingLayout"
android:id="@+id/imageCoverLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />


</FrameLayout>

0 comments on commit c1a3e7a

Please sign in to comment.