Update default favicon drawable

This commit is contained in:
Koitharu
2023-07-01 17:44:16 +03:00
parent a726b4f499
commit 55fdd6b7b1
7 changed files with 87 additions and 21 deletions

View File

@@ -116,9 +116,16 @@
<attr name="shapeAppearance" />
<attr name="shapeAppearanceOverlay" />
<attr name="cardBackgroundColor" />
<attr name="strokeWidth"/>
<attr name="strokeWidth" />
<attr name="strokeColor" />
<attr name="elevation" />
</declare-styleable>
</declare-styleable>
<declare-styleable name="FaviconFallbackDrawable">
<attr name="backgroundColor" />
<attr name="strokeColor" />
<attr name="strokeWidth" />
<attr name="cornerSize" />
</declare-styleable>
</resources>