bauerca / drag-sort-listview

Android ListView with drag and drop reordering.
3.2k stars 1.44k forks source link

Eclipse, add xml wih DragSortListView causes errors #65

Closed boris-dev closed 11 years ago

boris-dev commented 11 years ago

1) Add drag-sort-listview-0.3.0 project into workspace 2) Add drag-sort-listview-0.3.0 library into my project (properties->android->add library) 3) create view.xml with DragSortListView 4) Many errors like: ... Multiple annotations found at this line:

What did I miss?

bauerca commented 11 years ago

I think you need to change 'com.mobeta.android.demodslv' to your project's package name.

boris-dev commented 11 years ago

Thank you! It works.

actolap commented 10 years ago

You can do it with auto discovery: xmlns:dslv="http://schemas.android.com/apk/res-auto"