We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
It works for me on API25 but a custom dialog theme would be much appreciated.
@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);
AppRate.with(this).setThemeResId(int);
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: