You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now EpoxyRecyclerView not declares attribute defStyleAttr, but RecyclerView uses there R.attr.recyclerViewStyle.
It is useful to have the ability to change the style for all recyclers in one place. For example, disable overscroll by default.
For now
EpoxyRecyclerView
not declares attributedefStyleAttr
, butRecyclerView
uses thereR.attr.recyclerViewStyle
.It is useful to have the ability to change the style for all recyclers in one place. For example, disable overscroll by default.
epoxy/epoxy-adapter/src/main/java/com/airbnb/epoxy/EpoxyRecyclerView.kt
Lines 54 to 58 in 74e5f0d
I can create a merge request with the fix.
The text was updated successfully, but these errors were encountered: