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

Remove unused resources to avoid conflicts #131

Closed akaita closed 6 years ago

akaita commented 6 years ago

The main goal of this PR is to remove the unused app_name string from the library module.

The problem happens when the library is added into a project, and app_name is not defined is the root module. In that case, gradle doesn't know which definition of app_name is more important, so it might device to use Tour Guide as app_name :(

app_name is unused anyway, so I thought I could remove it to avoid confusion.

As for ic_launcher1, I just saw it was unused so I thought it's be ok to remove it to avoid conflicts and save some space.

note: tests run ok in my machine

worker8 commented 6 years ago

thanks mikel !! @akaita