Weather/res/layout/mj_dialog_custom.xml
2021-05-10 10:13:34 +02:00

7 lines
467 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<include layout="@layout/mj_stub_title_frame" />
<FrameLayout android:id="@id/customViewFrame" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<include layout="@layout/mj_stub_action_buttons" />
</LinearLayout>