Material Design: Full screen dialogs
This commit is contained in:
12
OpenKeychain/src/main/res/layout/full_screen_dialog_2.xml
Normal file
12
OpenKeychain/src/main/res/layout/full_screen_dialog_2.xml
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user