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

27 lines
846 B
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"
id="@+id/ll_close_acount_details_item"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_details_container_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
textAllCaps="true"
style="@style/2132017849"/>
<View
id="@+id/line_start"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_details_container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>