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
724 stars 216 forks source link

Add function to change dialog text #69

Closed sagits closed 9 years ago

sagits commented 9 years ago

Hi, would you add a function to change the dialog details text? We can change all texts, except this one. I know i can change it using res, but i would have to create separated files (strings-pt, strings-us) just to change a single line.

Thanks in advance.

hotchemi commented 9 years ago

Hi, do you mean DialogOptions.setMessageResId?

sagits commented 9 years ago

Yes, thanks. I was searching for something like setTextMessageResId() because all other methods follow this convention.

hotchemi commented 9 years ago

@sagits Sure! I'm sorry for I've not prepared enough documents...I'm gonna do that in the near future:) Feel free to ask me something.