• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Drag and drop to a TableView

Peak

Lurker
I have
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:
Back
Top Bottom