14 lines
446 B
XML
14 lines
446 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131560189"/>
|
||
|
<View
|
||
|
background="?attr/colorOnSurface"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<include layout="@layout/2131560194"/>
|
||
|
</LinearLayout>
|