Add cover error drawable (#6782)

This commit is contained in:
Ivan Iskandar
2022-03-16 09:21:30 +07:00
committed by GitHub
parent 9c426bc216
commit ddb856edc7
3 changed files with 30 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="splash">@color/accent_blue</color>
<color name="cover_placeholder">#1F888888</color>
<color name="error">#BA1B1B</color>
<color name="errorContainer">#FFDAD4</color>
<color name="onError">#FFFFFF</color>