fix sweep to be invisible by default

This commit is contained in:
m2049r 2022-05-15 21:56:38 +02:00
parent 5d489a634b
commit 20d5b9a100
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
android:id="@+id/rlSweep"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible">
android:visibility="gone">
<ImageView
android:id="@+id/ivSweep"