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
Confirmed with Mozc 2.17.2288.102 running on Android 6.0.1 MNB29K / Nexus 5 2013. This issue is not reproducible with Android 5.1 or prior.
Keyboard theme
Blue/Dark-gray
EditText
Keyboard layout
The root cause is that Mozc's SkinParser.java has relied on a broken implementation of Drawable.createFromXmlInner(), which was recently fixed in Android M by aosp-mirror/platform_frameworks_base@b63b93d.
Drawable.createFromXmlInner()
Internal Issue ID 23951337
The text was updated successfully, but these errors were encountered:
9a95ac6
No branches or pull requests
Environment
Confirmed with Mozc 2.17.2288.102 running on Android 6.0.1 MNB29K / Nexus 5 2013.
This issue is not reproducible with Android 5.1 or prior.
Steps to reproduce
Keyboard theme
and selectBlue/Dark-gray
.EditText
.Expected behavior
Keyboard layout
section in the settings app.Actual behavior
Additional Information
The root cause is that Mozc's SkinParser.java has relied on a broken implementation of
Drawable.createFromXmlInner()
, which was recently fixed in Android M by aosp-mirror/platform_frameworks_base@b63b93d.Internal Issue ID 23951337
The text was updated successfully, but these errors were encountered: