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

68 lines
2.2 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/source_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/request_date"
style="@style/2132017871"/>
<androidx.legacy.widget.Space
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"/>
<TextView
ellipsize="end"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/status"
maxLines="1"
layout_marginStart="8dp"
style="@style/2132017871"/>
</LinearLayout>
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/date_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/request_date"
lineSpacingMultiplier="0.8"
style="@style/2132017664"/>
<androidx.legacy.widget.Space
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"/>
<TextView
ellipsize="end"
id="@+id/status_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
lineSpacingMultiplier="0.8"
layout_marginStart="8dp"
style="@style/2132017664"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"/>
</LinearLayout>