hotchemi / Android-Rate

Android-Rate is a library to help you promote your android app by prompting users to rate the app after using it for a few days.
http://hotchemi.github.io/Android-Rate
MIT License
720 stars 216 forks source link

Custom dialog #118

Open ghost opened 8 years ago

ghost commented 8 years ago

I want to use my own dialog labels, I overrode string xml resources in my app but its not working. Still I have a polish default words. Please help!

Jsaiao commented 7 years ago

+1 - Me too have same question.

ermankuruoglu commented 7 years ago

Hi, I faced the same situation yesterday and i fixed this. You should be create values-?? (?? is language key values-en, values-es etc. ) named file under res folder and create your own styles.xml file inside it. If you open "Project View" left side, I think you make this more easier. Good luck.

AlexanderLS commented 6 years ago

Hi @Palusiniak , @Jsaiao , @ermankuruoglu

See https://github.com/Vorlonsoft/AndroidRate - it currently supports 37 languages

ataravati commented 5 years ago

@AlexanderLS How do you use a custom dialog. The documentation is not clear enough.