ebanx / swipe-button

A button that activates by swipe instead of touch
487 stars 101 forks source link

Library overrides application app_name #54

Open passsy opened 5 years ago

passsy commented 5 years ago

https://github.com/ebanx/swipe-button/blob/ae46883b10cb9f92ebb0cf4b9a627f6e177153cb/swipe-button/src/main/res/values/strings.xml#L2

The library also defines the string resource app_name and may override the resource provided by the app.

I suggest removing the app_name string resource from the library.