39 lines
1.6 KiB
XML
39 lines
1.6 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:paddingTop="@dimen/yu"
|
|
android:paddingBottom="@dimen/yu"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/zn"
|
|
android:layout_marginTop="@dimen/yp"
|
|
android:paddingStart="@dimen/zo"
|
|
android:paddingEnd="@dimen/zm">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_gravity="start|center_vertical"
|
|
android:focusableInTouchMode="false"
|
|
android:clickable="false"
|
|
android:layout_width="@dimen/zr"
|
|
android:layout_height="wrap_content"
|
|
android:scaleType="centerInside"
|
|
app:srcCompat="@drawable/gm"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"
|
|
android:layout_gravity="start|center_vertical"
|
|
android:id="@+id/tn"
|
|
android:focusableInTouchMode="false"
|
|
android:clickable="false"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/a32"
|
|
android:layout_weight="1"
|
|
android:layout_marginStart="@dimen/zo"/>
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/i_"
|
|
android:visibility="invisible"
|
|
android:layout_width="@dimen/zr"
|
|
android:layout_height="wrap_content"
|
|
app:srcCompat="@drawable/hk"/>
|
|
</LinearLayout>
|