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
I am trying to use LoaderViewLibrary in conjunction with custom TextViews and ImageViews, but encontered some issue - LoaderView interface accessibility (LoaderViewLibrary included via Gradle)
Do you have some experience with supporting custom views without need of "re-implementing" them?
Hi @bartoszostrowski , you still can use ripple effect, just add this view into the a layout container, and had the layout had the ripple drawable as the background color of the layout container.
If you want to custom the view, you could do so by extending from LoaderTextView or LoaderImageView, then write your custom function there. These classes are open, so you could extend from them.
I'm closing this issue, unless you have further issue.
I am trying to use LoaderViewLibrary in conjunction with custom TextViews and ImageViews, but encontered some issue - LoaderView interface accessibility (LoaderViewLibrary included via Gradle)
Do you have some experience with supporting custom views without need of "re-implementing" them?
Have you considered using LoaderView as layout encapsulating inner views? Similar to e.g.: https://github.com/traex/RippleEffect
The text was updated successfully, but these errors were encountered: