Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 256 Bytes

#Insensitive ListView

ListView that isn't sensitive to to horizontal scrolling.

 <PACKAGENAME.InsensitiveListView
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >
</PACKAGENAME.InsensitiveListView>