Ensure we will not use EpoxyRecyclerView as a View anymore
This commit is contained in:
parent
9a01b4ace9
commit
da14ae432a
|
@ -81,4 +81,7 @@ layout_constraintLeft_
|
|||
|
||||
### Will crash on API < 21. Use ?colorAccent instead
|
||||
\?android:colorAccent
|
||||
\?android:attr/colorAccent
|
||||
\?android:attr/colorAccent
|
||||
|
||||
### Use androidx.recyclerview.widget.RecyclerView because EpoxyRecyclerViews add behavior we do not want to
|
||||
<com\.airbnb\.epoxy\.EpoxyRecyclerView
|
||||
|
|
Loading…
Reference in New Issue