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

53 lines
1.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
background="#eae7ec"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/layout_bottom"
layout_alignParentTop="true">
<LinearLayout
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_html"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
style="@style/2132017920"/>
</LinearLayout>
</ScrollView>
<LinearLayout
orientation="horizontal"
id="@+id/layout_bottom"
background="#eae7ec"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true">
<Button
id="@+id/btn_decline"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/etb_term_condition_decline"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="8dp"
style="@style/2132017536"/>
<Button
id="@+id/btn_accept"
layout_width="0dp"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/ntb_select_account_term_condition_accept"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</RelativeLayout>