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

81 lines
2.4 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"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<Space
id="@+id/sp_space_top"
layout_width="match_parent"
layout_height="16dp"/>
<TextView
layout_gravity="top"
id="@+id/label_left"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
style="@style/2132017871"/>
<LinearLayout
gravity="center"
orientation="horizontal"
id="@+id/ll_icon_and_label"
visibility="gone"
layout_width="match_parent"
layout_height="32dp">
<ImageView
id="@+id/iv_icon_image"
padding="2dp"
layout_width="24dp"
layout_height="24dp"/>
<TextView
id="@+id/tv_icon_label"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="4"
layout_marginStart="8dp"
style="@style/2132017873"/>
</LinearLayout>
<TextView
id="@+id/label_bottom"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017873"/>
<TextView
ellipsize="end"
id="@+id/label_bottom_extra"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="5"
style="@style/2132017873"/>
<TextView
ellipsize="end"
id="@+id/label_bottom_extra_PSL"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="5"
style="@style/2132017664"/>
<TextView
textColor="#736e78"
id="@+id/list_label_bottom"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017873"/>
<TextView
id="@+id/list_label_bottom_PSL"
paddingTop="8dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017664"/>
<Space
id="@+id/sp_space_bottom"
layout_width="match_parent"
layout_height="16dp"/>
</LinearLayout>