Add error state to chapter download icons

This commit is contained in:
arkon
2020-12-27 10:44:08 -05:00
parent 8f98055e9e
commit 01ff3af63f
3 changed files with 22 additions and 4 deletions

View File

@@ -43,8 +43,12 @@
app:tint="@color/material_on_surface_emphasis_medium"
tools:ignore="ContentDescription" />
<!-- chapter_error -->
<!-- chapter_queued-->
<ImageView
android:id="@+id/error_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:srcCompat="@drawable/ic_error_outline_24dp"
app:tint="?attr/colorError"
tools:ignore="ContentDescription" />
</FrameLayout>