open-keychain/libraries/pinned-section-listview/example/res/layout/activity_main.xml

8 lines
329 B
XML
Raw Normal View History

2013-12-30 19:41:21 -05:00
<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"
/>