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

44 lines
1.4 KiB
XML

<?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">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<TextView
gravity="center_horizontal"
id="@+id/text_instruction"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/review_device_instruction"
layout_below="@+id/toolbar"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<View
id="@+id/view_full_divider"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_below="@+id/text_instruction"/>
<fragment
name="com.scb.phone.view.fragment.devicesettings.DeviceSettingsFragment"
id="@+id/fragment_review_devices"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/btn_next"
layout_below="@+id/view_full_divider"/>
<Button
enabled="true"
id="@+id/btn_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>