Filip Luchianenco

Results 4 comments of Filip Luchianenco

there are tons of kotlin extensions and you can add your own. You don't need a plugin for that.

@SolidScorpion have you found a way to do it?

I missed the question in Feb but yes, I was able to work around it. 1. Extend `AbstractTableAdapter` 2. inside `onBindCellViewHolder` calculate width ``` int width = (int) DisplayUtils.convertDpToPixel(255 *...