13 lines
429 B
XML
13 lines
429 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_gravity="center"
|
||
|
orientation="vertical"
|
||
|
background="@drawable/bg_white_rounded"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<FrameLayout
|
||
|
id="@+id/dialog_fragment_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|