jacobmoncur / QuiltViewLibrary

Android Quilt View Library
554 stars 191 forks source link

Size property #2

Closed mecid closed 11 years ago

mecid commented 11 years ago

Can you implement size property for children? This property set view size in grid.

jacobmoncur commented 11 years ago

Currently the size of the children are determined by rows/columns and screen size to create the "Quilted" affect. Thus, children's sizes do not need to be set but are dynamically determined.