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

152 lines
6.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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559377"/>
<androidx.core.widget.NestedScrollView
id="@+id/nsv_container"
visibility="gone"
layout_width="match_parent"
layout_height="0dp"
fillViewport="true"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/toolbar_binding">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/tv_additional_info"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/manage_single_device_info1"
textAlignment="center"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x20="0"
style="@style/2132017851"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_this_device"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
minHeight="76dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/tv_additional_info">
<ImageView
id="@+id/iv_device_settings"
padding="16dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_phone"
layout_centerVertical="true"
contentDescription="@null"
layout_alignParentStart="true"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x20="0"/>
<LinearLayout
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="@+id/iv_device_settings"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="@+id/iv_device_settings"
NOT_FOUND_0x20="@+id/iv_device_settings">
<TextView
ellipsize="end"
id="@+id/tv_device_title"
layout_width="wrap_content"
layout_height="wrap_content"
lines="1"
NOT_FOUND_0x1c="0"
style="@style/2132017876"/>
<TextView
id="@+id/tv_device_date"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x1c="0"
style="@style/2132017925"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/cs_layout_this_device"/>
<TextView
id="@+id/tv_additional"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/manage_single_device_info2"
textAlignment="center"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/cs_layout_this_device"
style="@style/2132017851"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_list_device"
background="#ffffff"
layout_width="match_parent"
layout_height="0dp"
layout_marginTop="16dp"
nestedScrollingEnabled="false"
NOT_FOUND_0x1a="false"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/tv_additional"
NOT_FOUND_0x21="0"/>
<LinearLayout
orientation="horizontal"
id="@+id/ll_layout_buttons"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="2"
layout_alignParentBottom="true"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/rv_list_device"
NOT_FOUND_0x21="1">
<Button
id="@+id/bt_cancel"
layout_width="0dp"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="18dp"
text="@string/cancel"
layout_weight="1"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017536"/>
<Button
textColor="#ffffff"
id="@+id/bt_confirm_delete"
layout_width="0dp"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="18dp"
text="@string/confirm"
layout_weight="1"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>