Show reading progress indicators in lists

This commit is contained in:
Koitharu
2022-06-28 09:07:03 +03:00
parent b82b46f7d7
commit 04dd8003f7
23 changed files with 414 additions and 68 deletions

View File

@@ -35,4 +35,21 @@
<attr name="android:insetRight" />
</declare-styleable>
<declare-styleable name="ProgressDrawable">
<attr name="strokeWidth" />
<attr name="android:strokeColor" />
<attr name="android:textSize" />
<attr name="android:textColor" />
<attr name="android:fillColor" />
<attr name="android:fillAlpha" />
<attr name="android:width" />
<attr name="android:height" />
<attr name="outlineColor" format="color" />
<attr name="autoFitTextSize" format="boolean" />
</declare-styleable>
<declare-styleable name="ReadingProgressView">
<attr name="progressStyle" format="reference" />
</declare-styleable>
</resources>