Statistics periods

This commit is contained in:
Koitharu
2024-02-29 15:28:57 +02:00
parent 096f5b15dc
commit 4694215ccc
8 changed files with 89 additions and 7 deletions

View File

@@ -1,7 +1,16 @@
<?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">
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<item
android:id="@+id/action_period"
android:icon="@drawable/ic_expand_more"
android:orderInCategory="0"
android:title="@string/chapters"
app:showAsAction="always"
tools:ignore="AlwaysShowAction" />
<item
android:id="@+id/action_clear"

View File

@@ -611,4 +611,9 @@
<string name="clear_stats">Clear statistics</string>
<string name="stats_cleared">Statistics cleared</string>
<string name="clear_stats_confirm">Do you really want to clear all reading statistics? This action cannot be undone.</string>
<string name="week">Week</string>
<string name="month">Month</string>
<string name="all_time">All time</string>
<string name="day">Day</string>
<string name="three_months">Three months</string>
</resources>