29 lines
940 B
XML
29 lines
940 B
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"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x7="@+id/space"
|
||
|
NOT_FOUND_0x9="0"
|
||
|
style="@style/2132017925"/>
|
||
|
<androidx.legacy.widget.Space
|
||
|
id="@+id/space"
|
||
|
layout_width="16dp"
|
||
|
layout_height="0dp"
|
||
|
NOT_FOUND_0x7="@+id/tv_amount"
|
||
|
NOT_FOUND_0x8="@+id/tv_title"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_amount"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="textEnd"
|
||
|
NOT_FOUND_0x6="0"
|
||
|
NOT_FOUND_0x8="@+id/space"
|
||
|
style="@style/2132017925"/>
|
||
|
</LinearLayout>
|