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

48 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/divider2"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"/>
<TextView
id="@+id/document_type"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_alignParentLeft="true"
layout_marginStart="16dp"
layout_marginEnd="8dp"
layout_toStartOf="@+id/delete_image_view"
layout_alignParentStart="true"
style="@style/2132017881"/>
<TextView
ellipsize="end"
id="@+id/image_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
maxLines="1"
layout_below="@+id/document_type"
layout_alignParentLeft="true"
layout_marginStart="16dp"
layout_marginEnd="8dp"
layout_toStartOf="@+id/delete_image_view"
layout_alignParentStart="true"
style="@style/2132017925"/>
<ImageView
id="@+id/delete_image_view"
layout_width="20dp"
layout_height="20dp"
layout_alignTop="@+id/document_type"
layout_alignParentRight="true"
contentDescription="@null"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
NOT_FOUND_0x12="@drawable/ic_trash"/>
</RelativeLayout>