41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/border"
|
||
|
visibility="invisible"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/border">
|
||
|
<TextView
|
||
|
id="@+id/recent_transaction_date_text_view"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_alignParentStart="true"
|
||
|
fontPath="fonts/PSL001Pro.ttf"
|
||
|
style="@style/2132017923"/>
|
||
|
<TextView
|
||
|
textColor="#06bf59"
|
||
|
id="@+id/recent_transaction_value_text_view"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017925"/>
|
||
|
</RelativeLayout>
|
||
|
</merge>
|