Merge branch 'feature/grid-chapters' of github.com:jsericksk/Kotatsu into jsericksk-feature/grid-chapters

This commit is contained in:
Koitharu
2024-03-13 13:02:29 +02:00
12 changed files with 191 additions and 8 deletions

View File

@@ -18,4 +18,11 @@
android:title="@string/reverse"
app:showAsAction="never" />
<item
android:id="@+id/action_grid_view"
android:checkable="true"
android:orderInCategory="30"
android:title="@string/chapters_grid_view"
app:showAsAction="never" />
</menu>