avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

Style contains key with bad entry #25

Closed ernes87lp closed 10 years ago

ernes87lp commented 10 years ago

Everytime the dialog is shown, I get this errors. BTW, the dialog is shown correctly.

11-28 01:31:39.203: E/ResourceType(2540): Style contains key with bad entry: 0x010102dd 11-28 01:31:39.203: E/ResourceType(2540): Style contains key with bad entry: 0x0101035b 11-28 01:31:40.753: E/ResourceType(2540): Style contains key with bad entry: 0x010102dd

And so on...

Tested on API 8 and 9.

davidvavra commented 10 years ago

It's more of a warning happening only on API <10. Won't fix. Explanation:

http://stackoverflow.com/questions/9686818/actionbarsherlock-style-contains-key-with-bad-entry

kemicky commented 1 year ago

@davidvavra :Thanks a million for this explanation. I was worried maybe I have some runtime error or bad code.

davidvavra commented 1 year ago

Blast from past :)