28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="horizontal"
|
|
android:background="@drawable/lx"
|
|
android:paddingTop="@dimen/yu"
|
|
android:paddingBottom="@dimen/yu"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/yp"
|
|
android:paddingStart="@dimen/zo"
|
|
android:paddingEnd="@dimen/zm">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_gravity="start|center_vertical"
|
|
android:layout_width="@dimen/zr"
|
|
android:layout_height="wrap_content"
|
|
android:tint="?attr/k0"
|
|
app:srcCompat="@drawable/go"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
|
|
android:textColor="?attr/k0"
|
|
android:layout_gravity="start|center_vertical"
|
|
android:id="@+id/tn"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_marginStart="@dimen/zo"/>
|
|
</LinearLayout>
|