Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

set progress bar #32

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, is there a way to set a custom progress bar for the library?

I wanted to use com.pnikosis.materialishprogress.ProgressWheel with SuperRecyclerView but didn't figure out how?

Thanks

jimgswang commented 9 years ago

I peeked at the source and saw L92:
mProgressId = a.getResourceId(R.styleable.superrecyclerview_layout_progress, R.layout.layout_progress);

I tested with app:layout_progress="@layout/test" and it works

Malinskiy commented 9 years ago

Glad you've found necessary attributes @hamzux :)