Skip to content

[HIGH PRIORITY] Fix inflation errors #500

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

Merged
merged 1 commit into from
Jan 9, 2017
Merged

[HIGH PRIORITY] Fix inflation errors #500

merged 1 commit into from
Jan 9, 2017

Conversation

SUPERCILEX
Copy link
Collaborator

Hey @samtstern I started noticing inflation crashes in my app earlier today. It turns out there was a reason for the theme stuff in the manifest file: I didn't know this, but setting a theme doesn't actually overwrite the previous theme, it just adds on values (and overwrite identical ones). The theme I provide in my app doesn't extend the default FirebaseUI theme so some color stuff was nonexistent causing the crash.

Example error:
Caused by android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class android.support.design.widget.TextInputLayout

Signed-off-by: Alex Saveau <[email protected]>
@samtstern
Copy link
Contributor

@SUPERCILEX the more you know, thanks!

@samtstern samtstern merged commit 632b0e0 into firebase:version-1.1.0-dev Jan 9, 2017
@SUPERCILEX SUPERCILEX deleted the inflate-errors branch January 9, 2017 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants