Added processing of the download states

This commit is contained in:
Viktor De Pasquale
2019-11-11 18:01:23 +01:00
parent 027a5695f2
commit 82120cf47f
3 changed files with 40 additions and 0 deletions
@@ -96,6 +96,7 @@
android:id="@+id/module_download"
style="?styleIconPrimary"
android:contentDescription="@string/download"
android:onClick="@{() -> viewModel.download(item)}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/module_divider"