Changed delete button to a button to open the sheet in the defult brower

This commit is contained in:
2025-02-10 12:02:49 -05:00
committed by GitHub
parent f3297756eb
commit b916e574c2

View File

@@ -18,10 +18,10 @@
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/deleteButton"
android:id="@+id/Sheet"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Delete old data"
android:text="The Google Sheet"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"