Rewrite manga importer #31
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user