mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-28 03:22:19 -05:00
8 lines
329 B
XML
8 lines
329 B
XML
|
<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"
|
||
|
/>
|