what-the-bank/resources/res/layout/2131559970.xml

78 lines
2.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#ffffff"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
layout_width="match_parent"
layout_height="80dp">
<ImageView
id="@+id/image_icon"
layout_width="48dp"
layout_height="48dp"
layout_centerVertical="true"
contentDescription="@null"
layout_marginStart="16dp"/>
<ImageView
id="@+id/view_close"
background="?attr/selectableItemBackgroundBorderless"
layout_width="48dp"
layout_height="48dp"
src="@drawable/ic_close_24dp"
scaleType="center"
tint="#7631c1"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@string/cancel"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_toStartOf="@+id/view_edit"
layout_toEndOf="@+id/image_icon">
<TextView
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
</RelativeLayout>
</RelativeLayout>
<View style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x17="androidx.recyclerview.widget.LinearLayoutManager"/>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/view_group_no_targets"
background="#ffffff"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="4dp"
text="@string/transfer_no_target_title"
style="@style/2132017876"/>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="4dp"
text="@string/transfer_no_target_subtitle"
minLines="3"
style="@style/2132017916"/>
</LinearLayout>
</LinearLayout>