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
When used with appcompat:1.4.0-alpha02, MaterialEditText used default font family that is used app-wide. Simple app shown below:
appcompat:1.4.0-alpha02
MaterialEditText
However, when used with new appcompat:1.4.0-alpha03, MaterialEditText changes font:
appcompat:1.4.0-alpha03
Not sure, if it is bug of AppCompat or MaterialEditText, but it definitely needs to be investigated.
AppCompat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When used with
appcompat:1.4.0-alpha02
,MaterialEditText
used default font family that is used app-wide. Simple app shown below:However, when used with new
appcompat:1.4.0-alpha03
,MaterialEditText
changes font:Not sure, if it is bug of
AppCompat
orMaterialEditText
, but it definitely needs to be investigated.The text was updated successfully, but these errors were encountered: