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

37 lines
1.2 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"
id="@+id/cs_layout_my_insurance"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_ncb_slip"
layout_width="match_parent"
layout_height="wrap_content"
scaleType="fitCenter"
adjustViewBounds="true"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
id="@+id/ll_confirm_btn"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/btn_confirm"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/ok"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>