Add reset stats functionality to stats screen with confirmation dialog

This commit is contained in:
cmclark00 2025-03-27 18:37:22 -04:00
parent 0f1404d969
commit ee2bb0883a
4 changed files with 49 additions and 0 deletions

View file

@ -143,5 +143,14 @@
android:background="@color/transparent"
android:layout_marginTop="16dp"/>
<Button
android:id="@+id/resetStatsButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/reset_stats"
android:textColor="@color/white"
android:background="@color/transparent"
android:layout_marginTop="16dp"/>
</LinearLayout>
</ScrollView>