RecyclerView-FlexibleDivider icon indicating copy to clipboard operation
RecyclerView-FlexibleDivider copied to clipboard

Add support annotations for pixel dimension and color int

Open reisub opened this issue 8 years ago • 3 comments

Today I spent half an hour debugging why nothing shows in my recycler. I called size(R.dimen.home_item_spacing) instead of sizeResId(R.dimen.home_item_spacing) which resulted in a huge divider spacing.

These changes will make lint warn about that problem and some related problems (margins an color ints).

reisub avatar Sep 27 '16 14:09 reisub

@yqritc can you take a look at this? It's fairly straightforward and really helpful.

reisub avatar Nov 01 '16 12:11 reisub

Any time for this small, yet very useful change?

reisub avatar Feb 07 '17 17:02 reisub

@yqritc Hello there, can you review and merge this?

reisub avatar Feb 10 '18 19:02 reisub