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

70 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/container"
background="#ffffff"
clickable="true"
layout_width="match_parent"
layout_height="96dp"
foreground="?attr/selectableItemBackground">
<View
id="@+id/view_vertical_line"
visibility="invisible"
layout_height="24dp"
layout_marginStart="24dp"
style="@style/2132018227"/>
<View
id="@+id/view_dot"
background="@drawable/shape_txn_item_dot"
layout_width="8dp"
layout_height="8dp"
layout_below="@+id/view_vertical_line"
layout_marginStart="20dp"/>
<View
id="@+id/view_vertical_line_below_dot"
layout_below="@+id/view_dot"
layout_marginStart="24dp"
style="@style/2132018227"/>
<TextView
textColor="#06bf59"
id="@+id/text_amount"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
maxLines="1"
layout_alignParentRight="true"
layout_marginEnd="40dp"
layout_alignParentEnd="true"
style="@style/2132017881"/>
<TextView
ellipsize="end"
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
maxLines="1"
layout_marginStart="48dp"
layout_toStartOf="@+id/text_amount"
style="@style/2132017876"/>
<TextView
id="@+id/text_timestamp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/view_dot"
layout_alignRight="@+id/text_amount"
layout_alignEnd="@+id/text_amount"
style="@style/2132017684"/>
<TextView
ellipsize="end"
id="@+id/text_annotation"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
layout_below="@+id/text_timestamp"
layout_alignRight="@+id/text_amount"
layout_marginStart="88dp"
layout_alignEnd="@+id/text_amount"
style="@style/2132017849"/>
<include layout="@layout/2131559021"/>
</RelativeLayout>