Simple reading stats display

This commit is contained in:
Koitharu
2024-02-21 09:49:47 +02:00
parent f39ccb6223
commit 35a2ac4b04
15 changed files with 339 additions and 424 deletions

View File

@@ -8,4 +8,9 @@
android:layout="@layout/preference_toggle_header"
android:title="@string/stats_enabled" />
<Preference
android:dependency="stats_on"
android:fragment="org.koitharu.kotatsu.stats.ui.StatsFragment"
android:title="@string/reading_stats" />
</androidx.preference.PreferenceScreen>