Skip to content

Commit 1e0b0b1

Browse files
committed
Default attacment progress indicator to invisible
1 parent bb69122 commit 1e0b0b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mage/src/main/res/layout/attachment_viewer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
android:id="@id/progress"
5151
android:layout_width="match_parent"
5252
android:layout_height="match_parent"
53+
android:visibility="gone"
5354
android:background="@android:color/white">
5455

5556
<ProgressBar

0 commit comments

Comments
 (0)