#3468 Switch from RvRenderer to AdapterDelegates - replace SearchDepictionsRenderer

This commit is contained in:
Sean Mac Gillicuddy 2020-05-12 12:51:17 +01:00
parent 057d11a0e0
commit 88c307d265
14 changed files with 146 additions and 279 deletions

View file

@ -5,12 +5,12 @@
android:layout_height="wrap_content"
android:padding="@dimen/tiny_gap">
<ImageView
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/depicts_image"
android:layout_width="70dp"
android:layout_height="70dp"
android:paddingRight="@dimen/tiny_gap"
app:srcCompat="@drawable/ic_wikidata_logo_24dp"
app:placeholderImage="@drawable/ic_wikidata_logo_24dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
@ -34,4 +34,4 @@
app:layout_constraintLeft_toRightOf="@+id/depicts_image"
app:layout_constraintTop_toBottomOf="@+id/depicts_label" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>