LinearListView
LinearListView copied to clipboard
Android library that allows you to bind a LinearLayout with a ListAdapter.
I'm using your LinearListView as HorizontalListView. the library is not taking the divider padding: ``` xml ``` Thanks!!
I tried to use the 1.0.1 version in my project as Gradle dependency. I run into problems. I have build it myself and included the change from the dev branch...
I have the typical Material layout with a CollapsingToolbarLayout in a CoordinatorLayout an on the bottom a NestedScrollView with a LinearListView. The LinearListView in the NestedScrollView blocks the scrolling function...
效率问题
批量加载数据的话会不会出现效率问题?
Any chance of updating it to be able to use it in a ListFragment ? And have all the benefits like alphabetindexer, which can only be used on classes extending...
i m using your lib in AS and have mentioned compile in gradle file too . i have defined like this : compile 'com.github.frankiesardo:linearlistview:1.0.1@aar' HERE IS THE ERROR I M...
add onItemLongClickListener; change the adapter from ListAdapter to BaseAdapter ;
i read the following warning in logcat: dalvikvm﹕ method Lcom/linearlistview/internal/IcsLinearLayout;.drawDividersHorizontal incorrectly overrides package-private method with same name in Landroid/widget/LinearLayout;