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

Button are invisible in Android 7.0 #123

Open nirajbrn opened 7 years ago

nirajbrn commented 7 years ago

All the buttons are invisible in Android 7.0, Its could be fix by passing Dialog theme, But there is no option to pass dialog theme in context.

1442acb42ee0e3a727d7330e9755eb94 commented 7 years ago

Cany anybody else confirm this? We would like to use Android-Rate in out app, but not if it does not support the upcoming nougat release.

sevar83 commented 7 years ago

It works for me on API25 but a custom dialog theme would be much appreciated.

AlexanderLS commented 6 years ago

@nirajbrn @1442acb42ee0e3a727d7330e9755eb94 @sevar83 AndroidRate release 1.1.5 works fine on API24-27, also you can use a specific theme to inflate the dialog: AppRate.with(this).setThemeResId(int);