-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
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
dialog window custom color and buttons colors #130
Comments
Did you solve it? |
|
Hi @robertelo , @BrandonZV19 Try to use https://github.com/Vorlonsoft/AndroidRate It should work... |
@AlexanderLS what would be the id for ViewGroup in view inflation.? Is this is id of the parent tag of custom layout? |
Did anyone manage to resolve this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I tried adding this in main_activity
` .setTitle(R.string.new_rate_dialog_title)
.setTextLater(R.string.new_rate_dialog_later)
.setTextNever(R.string.new_rate_dialog_never)
.setTextRateNow(R.string.new_rate_dialog_ok)
.monitor();
and this in custom_dialog.xml
`
`
But it's not working, i can't see the new layout overlapping the apprater dialog. Please help
The text was updated successfully, but these errors were encountered: