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
The registration dialogs don't follow platform styles.
It currently looks like this:
I'm about to send some PRs that fix this, and now it looks like this:
They're stacked one of top of another for easy review.
There's a sixth PR that uses androidx.appcompat to get proper styling for the dialog. The result of that one is
However, that requires bumping the min SDK value, which you might not be in favour of.
I'll come back and update this issue with a link to the PRs in a minute.
PRs (in order, as I say, they're stacked, so each one includes the changes from the previous one).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The registration dialogs don't follow platform styles.
It currently looks like this:
I'm about to send some PRs that fix this, and now it looks like this:
They're stacked one of top of another for easy review.
There's a sixth PR that uses androidx.appcompat to get proper styling for the dialog. The result of that one is
However, that requires bumping the min SDK value, which you might not be in favour of.
I'll come back and update this issue with a link to the PRs in a minute.PRs (in order, as I say, they're stacked, so each one includes the changes from the previous one).
The text was updated successfully, but these errors were encountered: