Felipe Silvestre Santos de Morais
Felipe Silvestre Santos de Morais
I'm waiting for this feature too. For while I did a workaround: I created a ghost view in my layout ``` xml ``` In code, I check if my list...
@mateusgrb To remove the dividers and the empty space, change the files AsymmetricGridViewAdapter and IcsLinearLayout below to: AsymmetricGridViewAdapter.java ``` java protected int getRowWidth(int columnSpan) { final int rowWidth = listView.getColumnWidth()...
Great! I was in your presentation iMasters Android Developer, by the way. Congratulations, good presentation.