Rewrite manga importer #31

This commit is contained in:
Koitharu
2023-03-18 20:45:42 +02:00
parent 4744a0a162
commit 0e4575356a
17 changed files with 457 additions and 424 deletions

View File

@@ -37,6 +37,23 @@
<attr name="android:insetRight" />
</declare-styleable>
<declare-styleable name="TwoLinesItemView">
<attr name="shapeAppearance" />
<attr name="shapeAppearanceOverlay" />
<attr name="backgroundFillColor" />
<attr name="android:textColor" />
<attr name="android:drawablePadding" />
<attr name="android:insetTop" />
<attr name="android:insetBottom" />
<attr name="android:insetLeft" />
<attr name="android:insetRight" />
<attr name="title" />
<attr name="subtitle" />
<attr name="icon" />
<attr name="titleTextAppearance" />
<attr name="subtitleTextAppearance" />
</declare-styleable>
<declare-styleable name="ProgressDrawable">
<attr name="strokeWidth" />
<attr name="android:strokeColor" />