Add pinned listview lib

This commit is contained in:
Dominik Schürmann
2013-12-31 01:41:21 +01:00
parent daadc30044
commit cdb3e04b47
30 changed files with 1114 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<com.hb.views.PinnedSectionListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:headerDividersEnabled="false"
android:footerDividersEnabled="false"
android:divider="@null"
/>