Clearing stats

This commit is contained in:
Koitharu
2024-02-29 14:27:52 +02:00
parent 101d357eff
commit 096f5b15dc
8 changed files with 111 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_clear"
android:title="@string/clear_stats"
android:titleCondensed="@string/clear"
app:showAsAction="never" />
</menu>