74 lines
3.0 KiB
XML
74 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/xj"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<include
|
|
android:layout_width="@dimen/wn"
|
|
android:layout_height="@dimen/wm"
|
|
layout="@layout/f1"/>
|
|
<LinearLayout
|
|
android:layout_gravity="top"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="@dimen/wn">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/xl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="@dimen/wm">
|
|
<FrameLayout
|
|
android:id="@+id/xk"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="8dp"
|
|
android:layout_weight="1"
|
|
android:layout_marginEnd="8dp"/>
|
|
<FrameLayout
|
|
android:id="@+id/zw"
|
|
android:paddingTop="@dimen/wr"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="8dp">
|
|
<ViewStub
|
|
android:layout_gravity="end|top"
|
|
android:id="@+id/a38"
|
|
android:visibility="gone"
|
|
android:layout="@layout/f6"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
<ViewStub
|
|
android:layout_gravity="end|top"
|
|
android:id="@+id/id"
|
|
android:visibility="gone"
|
|
android:layout="@layout/f5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
<TextView
|
|
android:textAppearance="@style/n2"
|
|
android:layout_gravity="end|bottom"
|
|
android:id="@+id/s_"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20dp"
|
|
android:singleLine="true"/>
|
|
</FrameLayout>
|
|
</LinearLayout>
|
|
<ImageView
|
|
android:id="@+id/e0"
|
|
android:background="#29000000"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/eb"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="-8dp"/>
|
|
</LinearLayout>
|
|
</FrameLayout>
|