worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

Rename layout and drawable to library-specific "namespace" #130

Closed akaita closed 6 years ago

akaita commented 6 years ago

This PR tries to solve https://github.com/worker8/TourGuide/issues/120

The usual convention for libraries is to prepend the library's name to internal resources. I just followed the convention, I hope that is ok.

note: tests pass ok in my machine

worker8 commented 6 years ago

thanks @akaita !