28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="@integer/an"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent">
|
|
<include layout="@layout/ek"/>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:id="@+id/vp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent">
|
|
<androidx.fragment.app.FragmentContainerView
|
|
android:id="@+id/vo"
|
|
android:paddingLeft="@dimen/sz"
|
|
android:paddingRight="@dimen/sz"
|
|
android:paddingBottom="@dimen/sy"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:paddingStart="@dimen/sz"
|
|
android:paddingEnd="@dimen/sz"/>
|
|
<include
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/sw"
|
|
layout="@layout/eh"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|