PomepuyN / discreet-app-rate

A lightweight non intrusive app rate reminder for Android
http://nicolaspomepuy.fr/non-intrusive-app-rate
Apache License 2.0
464 stars 51 forks source link

Rename strings.xml #15

Closed neilboyd closed 10 years ago

neilboyd commented 10 years ago

Like the user suggested in issue #13, I also just copy the source into my project. This means that I have to manually merge strings.xml.

Please could you rename strings.xml so that I can just copy as is.

For example discreet-app-rate.xml

PomepuyN commented 10 years ago

Hi, I don't know why you are willing to merge the library with your project. You can use it as a proper library as explained on this page http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html (3. paragraph).

neilboyd commented 10 years ago

In the past I never had much success with getting library projects to work in Maven and the IDE (Eclipse or Android Studio). I'll give it another go if that's your recommendation.