35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_gravity="top"
|
|
android:orientation="horizontal"
|
|
android:id="@+id/vz"
|
|
android:paddingLeft="@dimen/t8"
|
|
android:paddingRight="@dimen/t8"
|
|
android:baselineAligned="false"
|
|
android:paddingStart="@dimen/t8"
|
|
android:paddingEnd="@dimen/t8"
|
|
style="?attr/z8">
|
|
<FrameLayout
|
|
android:id="@+id/w1"
|
|
android:paddingLeft="@dimen/td"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:paddingStart="@dimen/td">
|
|
<include layout="@layout/en"/>
|
|
<include layout="@layout/em"/>
|
|
</FrameLayout>
|
|
<include layout="@layout/eo"/>
|
|
</LinearLayout>
|
|
<View
|
|
android:layout_gravity="bottom"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/t_"
|
|
style="?attr/z7"/>
|
|
</merge>
|