39 lines
1.4 KiB
XML
39 lines
1.4 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"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_transfer_type"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.constraintlayout.widget.Guideline
|
||
|
orientation="vertical"
|
||
|
id="@+id/guideline"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xb="@dimen/2131165459"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_transfer_type"
|
||
|
layout_width="16dp"
|
||
|
layout_height="16dp"
|
||
|
layout_margin="8dp"
|
||
|
scaleType="centerCrop"
|
||
|
NOT_FOUND_0x9="0"
|
||
|
NOT_FOUND_0xa="@+id/guideline"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_transfer_type"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/account_summary"
|
||
|
NOT_FOUND_0x9="0"
|
||
|
NOT_FOUND_0xc="@+id/guideline"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
style="@style/2132017970"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</LinearLayout>
|