-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
Default values with transparency, starting with one or two zeroes, break the color parsing and then crash the app.
I didn't look too deep into the issue, but
Line 77 in e7ba5e6
String mHexDefaultValue = a.getString(index); |
#00000000
and #01000000
become #0
and #1000000
respectively for example.Metadata
Metadata
Assignees
Labels
No labels