mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-20 19:15:20 +01:00
Add reset stats functionality to stats screen with confirmation dialog
This commit is contained in:
parent
0f1404d969
commit
ee2bb0883a
4 changed files with 49 additions and 0 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue