Skip to content
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.

Features

You will find the documentation for each feature on its own wiki page:

(Old) Troubleshooting

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"

License

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.
Clone this wiki locally