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

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

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

</LinearLayout>