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

25 lines
823 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"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559188"/>
<RelativeLayout
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<FrameLayout
background="@drawable/shape_myfunds_single_bottom"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559184"/>
</FrameLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</RelativeLayout>
</LinearLayout>