added the .xml file for the endactivity

This commit is contained in:
wildercayden 2025-01-16 12:02:03 -05:00 committed by GitHub
parent aeb6942202
commit 4b948df659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,4 +7,13 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".EndActivity"> tools:context=".EndActivity">
<Button
android:id="@+id/Submit_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/submit"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>