Skip to content

Commit 3bec2e2

Browse files
author
weishu.tws
committed
[VXP]: fix install loading position exception.
1 parent 0b40639 commit 3bec2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VirtualApp/app/src/main/res/layout/activity_install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
android:layout_height="wrap_content"
2222
android:layout_centerInParent="true"
2323
android:textColor="#000000"
24-
android:visibility="gone" />
24+
android:visibility="invisible" />
2525

2626
<ProgressBar
2727
android:id="@+id/installer_loading"

0 commit comments

Comments
 (0)