mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-25 07:51:48 -05:00
12 lines
412 B
XML
12 lines
412 B
XML
<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> |