36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="80dp"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_partner_icon"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
scaleType="fitCenter"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xe="0"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_partner_name"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="6dp"
|
||
|
maxLines="2"
|
||
|
lineSpacingMultiplier="0.8"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+id/iv_partner_icon"
|
||
|
style="@style/2132017844"/>
|
||
|
<View
|
||
|
id="@+id/vw_select_partner"
|
||
|
background="#7631c1"
|
||
|
visibility="invisible"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="2dp"
|
||
|
layout_marginTop="9dp"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+id/tv_partner_name"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|