-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lucio P. Cossio edited this page Mar 6, 2015
·
17 revisions
EnhancedListView is a ListView, that offers several enhanced features to the default ListView in Android.
The lib is a fork of Tim Roes https://github.com/timroes/EnhancedListView.
You will find the documentation for each feature on its own wiki page:
- Delete with Undo: Possibility to delete list items and undo the deletion.
- Swipe To Dismiss: Swipe out listitems to delete them
setOn[Long]ClickListener
is not working or my list items have no touch feedback color anymore
To fix this, add the following attribute to the root element of the list item's layout: android:descendantFocusability="blocksDescendants"
This project is licensed under the Apache License, Version 2.0. If you commit to this project (e.g. by sending Pull Requests) you agree to publish your code under the same license.
Copyright 2015 Lucio Cossio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.