airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.51k stars 728 forks source link

Add `defStyleAttr` by default #1241

Open osipxd opened 3 years ago

osipxd commented 3 years ago

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.

https://github.com/airbnb/epoxy/blob/74e5f0db585aa82a839573b1c54179327d3fa3dc/epoxy-adapter/src/main/java/com/airbnb/epoxy/EpoxyRecyclerView.kt#L54-L58

I can create a merge request with the fix.