timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

Applications that use appcompat fail due to the theme not being a descendant of appcompat #12

Closed amenon closed 11 years ago

amenon commented 11 years ago

Is there is a need for a theme in the library? Removing that from styles.xml in values-v11 should fix this.

timroes commented 11 years ago

Of course there is no need. It's a left over of the default project structure created by the sdk. Sorry for that. I will remove it, and push a new version.

timroes commented 11 years ago

Published a new version. Will be available within the next 2 hours via maven central. Thanks for your report!

amenon commented 11 years ago

Thanks for the quick turnaround. Awesome library btw!