mirror of https://github.com/m2049r/xmrwallet.git
fix sweep to be invisible by default
This commit is contained in:
parent
5d489a634b
commit
20d5b9a100
|
@ -45,7 +45,7 @@
|
||||||
android:id="@+id/rlSweep"
|
android:id="@+id/rlSweep"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:visibility="visible">
|
android:visibility="gone">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/ivSweep"
|
android:id="@+id/ivSweep"
|
||||||
|
|
Loading…
Reference in New Issue