Add pinned listview lib
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
Reference in New Issue
Block a user