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

27 lines
852 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/view_group_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_review_page"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<FrameLayout
id="@+id/frame_container"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"/>
</LinearLayout>
<View
id="@+id/v_empty_page"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"/>
</LinearLayout>