aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/pinned-section-listview/example/res/layout/activity_main.xml
blob: b641f4c800557a2c05295f550b5cbc6de4a4df4b (plain)
1
2
3
4
5
6
7
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"
    />