chahine / pageindicator

An Instagram like page indicator compatible with RecyclerView and ViewPager.
MIT License
279 stars 42 forks source link

PageIndicator class is final #31

Closed rion18 closed 5 years ago

rion18 commented 5 years ago

Currently, the PageIndicator class is final. This makes using a default theme for all PageIndicator instances very hard, using a style attrib.

Would it be possible to make that class non final?

chahine commented 5 years ago

Fixed in 0.2.8

rion18 commented 5 years ago

Thanks a lot!!