SuddenH4X / awesome-app-rating

An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231 stars 40 forks source link

No methods to set rating dialog mail Title's and cancel button's text #66

Closed alexandrosmagos closed 2 years ago

alexandrosmagos commented 2 years ago

Hello, currently playing with your library and so far, so good. Only thing missing, that was probably forgotten but easy to fix, is the two methods here to change the title and cancel button text in the rating dialog with mail feedback, so that I don't have to create my own. image

SuddenH4X commented 2 years ago

Hi @Glutius, the cancel button text can be changed with the method setNoFeedbackButtonTextId(noFeedbackButtonTextId: Int) and the title with setFeedbackTitleTextId(feedbackTitleTextId: Int). You can find them within the code below the comment // rating dialog feedback because this methods can be used with both feedback options (mail and custom feedback).

alexandrosmagos commented 2 years ago

My bad then, closing the issue. ;)