Skip to content
Snippets Groups Projects
Verified Commit 5ab273ca authored by Torsten Grote's avatar Torsten Grote
Browse files

Make cancel button gone initially

parent d51e1ec4
No related branches found
No related tags found
1 merge request!164Add cancel button in STARTING state
Pipeline #13939 passed
......@@ -52,10 +52,12 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/cancel"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/statusDetail"
app:layout_constraintVertical_bias="1.0" />
app:layout_constraintVertical_bias="1.0"
tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment