aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml
blob: faa26b5256d07741329155150c77bdbb90f10fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fillViewport="true">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:paddingLeft="16dp"
        android:paddingRight="16dp">

        <view
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            class="se.emilsjolander.stickylistheaders.StickyListHeadersListView"
            android:id="@+id/list" />
    </LinearLayout>

</ScrollView>