Closed FredJul closed 7 years ago
I think the below line is wrong: int iconDrawableResId = a.getResourceId(R.styleable.ListItemView_liv_icon, -1);
int iconDrawableResId = a.getResourceId(R.styleable.ListItemView_liv_icon, -1);
Wouldn't be better to use 0 as default value?
you're right. The fix is already in PR. Will merge in a minute
Should be fixed now in v1.0.5
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?