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

60 lines
2.0 KiB
XML
Raw 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" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_gravity="top"
id="@+id/tv_label_left"
layout_width="wrap_content"
layout_height="wrap_content"
paddingStart="32dp"
paddingEnd="4dp"
style="@style/2132017849"/>
<TextView
ellipsize="end"
gravity="top|right"
id="@+id/tv_label_right"
layout_width="match_parent"
layout_height="wrap_content"
paddingEnd="4dp"
style="@style/2132017852"/>
</LinearLayout>
<androidx.constraintlayout.widget.ConstraintLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_label_left_detail"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
paddingStart="32dp"
paddingEnd="16dp"
NOT_FOUND_0xb="@+id/tv_label_right_detail"
NOT_FOUND_0xc="0"
NOT_FOUND_0xd="0"
style="@style/2132017849"/>
<TextView
ellipsize="end"
id="@+id/tv_label_right_detail"
visibility="gone"
layout_width="0dp"
layout_height="wrap_content"
paddingEnd="4dp"
NOT_FOUND_0xa="0"
NOT_FOUND_0xd="0"
style="@style/2132017852"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<Space
id="@+id/sp_space_bottom"
layout_width="match_parent"
layout_height="16dp"/>
</LinearLayout>