Statistics periods
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user