I have
When I drag an ImageView to the TableLayout it positions itself on the first free cell. Is it possible to drop the image to any cell in the layout?
Note: Any layout that allows the dropped item to remain in the dropped position will do.
Regards
Peter
Code:
<TableLayout
android:id="@+id/top_container"
android:orientation="vertical"
android:columnCount="10"
android:rowCount="10"
... etc ...
When I drag an ImageView to the TableLayout it positions itself on the first free cell. Is it possible to drop the image to any cell in the layout?
Note: Any layout that allows the dropped item to remain in the dropped position will do.
Regards
Peter
Last edited: