Files
2026-04-05 01:00:07 -05:00

43 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true">
<TextView
android:textAppearance="@style/m9"
android:id="@+id/wb"
android:paddingTop="@dimen/a0r"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toStartOf="@+id/ze"
android:layout_alignParentStart="true"/>
<TextView
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small"
android:id="@+id/ld"
android:paddingBottom="@dimen/a0r"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/a0r"
android:layout_below="@+id/wb"
android:layout_toStartOf="@+id/ze"
android:layout_alignParentStart="true"/>
<TextView
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small"
android:id="@+id/ze"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginEnd="@dimen/a0p"
android:layout_toStartOf="@+id/a0q"/>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/a0q"
android:background="@drawable/hl"
android:layout_width="@dimen/a0o"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_alignParentEnd="true"/>
</RelativeLayout>
</merge>