Add volume headers to chapters list

This commit is contained in:
Koitharu
2024-01-19 16:20:13 +02:00
parent 2a5300a634
commit 0b55c4d037
15 changed files with 123 additions and 67 deletions

View File

@@ -13,6 +13,7 @@
android:clipToPadding="false"
android:orientation="vertical"
android:scrollIndicators="top"
app:bubbleSize="small"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/item_chapter" />

View File

@@ -20,6 +20,7 @@
android:layout_below="@id/headerBar"
android:orientation="vertical"
android:scrollIndicators="top"
app:bubbleSize="small"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
tools:listitem="@layout/item_chapter" />

View File

@@ -562,4 +562,6 @@
<string name="approximate_reading_time">Approximate reading time</string>
<string name="approximate_remaining_time">Approximate remaining time</string>
<string name="remaining_time_pattern">%1$s %2$s</string>
<string name="volume_">Volume %d</string>
<string name="volume_unknown">Unknown volume</string>
</resources>