mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 185 forks source link

The DragDropGrid‘s Height? #32

Open klwb opened 11 years ago

klwb commented 11 years ago

how can i set an exactly height to a DragDropGrid?

Odaym commented 10 years ago

You can do that by editing acknowledgeHeightSize() method inside DragDropGrid file. Inside the if (heightMode == MeasureSpec.UNSPECIFIED) condition

Odaym commented 10 years ago

The author should attend to these questions I think, really bad to ignore them!

kylezu commented 10 years ago

but, I can not set auto-height of GragDropGrid. how to set auto height?