-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
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.