WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

matthewmichihara/autoresizinglistview

Repository files navigation

AutoResizingListView

A ListView that can be placed in a ScrollView and "just work". It's height is set based on the number of items it contains, and it can be used with all the usual ListView accessories such as ListAdapter.

AutoResizingListView was conceived from this StackOverflow thread and is generally considered a bad idea for performance reasons. However, it's probably OK for small lists.

Download

Maven:

<dependency>
    <groupId>com.fourpool.autoresizinglistview</groupId>
    <artifactId>autoresizinglistview</artifactId>
    <version>{insert version here}</version>
</dependency>

Gradle:

compile 'com.fourpool.autoresizinglistview:autoresizinglistview:{insert version here}

About

An Android ListView that can be placed inside a ScrollView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •