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

60 lines
2.2 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"
id="@+id/layout_unbilled_transactions"
background="#ffffff"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
paddingBottom="14dp"
layout_width="match_parent"
layout_height="wrap_content">
<CheckBox
id="@+id/checkbox_purchase"
focusable="false"
clickable="false"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="20dp"
button="@drawable/terms_checkbox_selector"
layout_marginStart="20dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x17="0"/>
<TextView
ellipsize="end"
id="@+id/txv_merch_name"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="0dp"
layout_height="wrap_content"
lines="1"
layout_marginStart="12dp"
layout_marginEnd="16dp"
NOT_FOUND_0x11="@+id/checkbox_purchase"
NOT_FOUND_0x13="@+id/checkbox_purchase"
NOT_FOUND_0x14="@+id/transaction_amount"
NOT_FOUND_0x17="@+id/checkbox_purchase"
style="@style/2132017876"/>
<TextView
id="@+id/transaction_amount"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
layout_marginEnd="16dp"
NOT_FOUND_0x11="@+id/txv_merch_name"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="@+id/txv_merch_name"
style="@style/2132017881"/>
<TextView
textColor="#736e78"
layout_gravity="right"
id="@+id/transaction_date"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="16dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/transaction_amount"
style="@style/2132017658"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>