Closed alexandrosmagos closed 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).
My bad then, closing the issue. ;)
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.