Closed AndroidDeveloperLB closed 9 years ago
steps to reproduce:
add this line in onBindViewHolder of SimpleAdapter :
layoutParams.height=position<4?100:200;
This is what you get:
How can I solve this?
Feature added in commit c5a04821f06c38ae796dcfd2ba370098320f5058
@devunwired Nice. Thank you !
steps to reproduce:
add this line in onBindViewHolder of SimpleAdapter :
This is what you get:
How can I solve this?