You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use libraries like Anko or Anvil, you create your views from Java, not XML. Often there's only the Context contructor used, so there are no attrs passed. In that case PageIndicatorView callsinit(null) and there's a condition in initAttributes() that won't initialize the attributes. But I don't think that's what you want. I think it should use the default attributes even if there are no passed.
Thank you for this library btw!
The text was updated successfully, but these errors were encountered:
If you use libraries like Anko or Anvil, you create your views from Java, not XML. Often there's only the
Context
contructor used, so there are no attrs passed. In that case PageIndicatorView callsinit(null)
and there's a condition ininitAttributes()
that won't initialize the attributes. But I don't think that's what you want. I think it should use the default attributes even if there are no passed.Thank you for this library btw!
The text was updated successfully, but these errors were encountered: