florent37 / TutoShowcase

A simple and Elegant Showcase view for Android
Apache License 2.0
508 stars 89 forks source link

Make findViewById public #32

Open Forceu opened 6 years ago

Forceu commented 6 years ago

Right now I would need to create a new layout for every Showcase I am showing - I would like to use the library for my changelog however, which means there should be an easy way to manipulate view like text once they have been inflated.

By making the function findViewById public this could be easily done.