turing-tech/MaterialScrollBar

Library attributes are not prefixed

Closed this issue · 0 comments

MaterialScrollBar's attribute names should be prefixed to avoid disambiguation and potential conflict with other libraries. Unfortunately Android is not well designed in that area and app: namespace is always getting all attributes from app or additional libraries.

so instead of barThickness it should be i.e. msb_barThickness, instead of lightOnTouch it should be msb_lightOnTouch etc.