aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/full_screen_dialog_old.xml
blob: ed375094f7b73c55476c55a3c3cc1316951f997a (plain)
1
2
3
4
5
6
7
8
9
10
<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="end" >

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

</LinearLayout>