aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/full_screen_dialog.xml
blob: 5eb50da079070a42774815d10c0e912f1b68ba34 (plain)
1
2
3
4
5
6
7
8
9
10
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:dividerPadding="12dp"
    android:orientation="horizontal"
    android:showDividers="middle">

    <include layout="@layout/full_screen_dialog_done_button" />

</LinearLayout>