Fix save toast formatting.

This commit is contained in:
Michelle Tang
2025-01-30 11:41:10 -05:00
committed by Greyson Parrelli
parent 0bbcfb2354
commit 3866bb992c

View File

@@ -38,5 +38,6 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/progress_dialog_title" />
app:layout_constraintTop_toBottomOf="@id/progress_dialog_title"
android:textAlignment="center" />
</androidx.constraintlayout.widget.ConstraintLayout>