38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:background="@color/bg_list"
|
|
android:baselineAligned="true"
|
|
android:orientation="horizontal"
|
|
android:paddingBottom="2dp"
|
|
android:paddingTop="2dp">
|
|
|
|
<TextView
|
|
android:id="@+id/block_row_transaction_fromto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="8dp"
|
|
style="@style/Body2.Medium.Secondary"
|
|
tools:text="Xb3VrYwNhwcPou9wVko9DbfBsZg8EbMkDm"/>
|
|
|
|
<TextView
|
|
android:id="@+id/block_row_transaction_address"
|
|
android:layout_width="0px"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left"
|
|
android:layout_weight="1"
|
|
android:gravity="left"
|
|
android:singleLine="true"
|
|
style="@style/Body2.Medium.Secondary"/>
|
|
|
|
<org.dash.wallet.common.ui.CurrencyTextView
|
|
android:id="@+id/block_row_transaction_value"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="right"
|
|
android:layout_marginLeft="8dp"
|
|
style="@style/Body2.Medium.Secondary"/>
|
|
|
|
</LinearLayout> |