lurbas / ListItemView

Implementation of List Item from Material Design
Apache License 2.0
570 stars 65 forks source link

crash when liv_icon not set #9

Closed FredJul closed 7 years ago

FredJul commented 7 years ago

I think the below line is wrong: int iconDrawableResId = a.getResourceId(R.styleable.ListItemView_liv_icon, -1);

Wouldn't be better to use 0 as default value?

lurbas commented 7 years ago

you're right. The fix is already in PR. Will merge in a minute

lurbas commented 7 years ago

Should be fixed now in v1.0.5