43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/a1r"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="128dp">
|
|
<include
|
|
android:layout_width="@dimen/wn"
|
|
android:layout_height="@dimen/wm"
|
|
layout="@layout/f1"/>
|
|
<include
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginRight="2dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentEnd="true"
|
|
layout="@layout/ev"/>
|
|
<include
|
|
android:layout_gravity="fill_vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/wn"
|
|
android:layout_toLeftOf="@+id/gg"
|
|
android:layout_marginStart="@dimen/wn"
|
|
android:layout_toStartOf="@+id/gg"
|
|
layout="@layout/f2"/>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/v9"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginRight="12dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layoutDirection="ltr"/>
|
|
<ImageView
|
|
android:id="@+id/e0"
|
|
android:background="?android:attr/dividerHorizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_above="@+id/v9"/>
|
|
</RelativeLayout>
|