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

107 lines
3.9 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"
layout_width="match_parent"
layout_height="match_parent">
<View
id="@+id/backgroundView"
layout_width="match_parent"
layout_height="match_parent"/>
<ScrollView
scrollbarThumbVertical="@drawable/facetec_scrollbar_vertical_thumb"
scrollbarTrackVertical="@drawable/facetec_scrollbar_vertical_track"
orientation="vertical"
id="@+id/mainContentScrollView"
layout_width="match_parent"
layout_height="match_parent"
layout_marginBottom="70dp"
fadeScrollbars="false"
alpha="0"
layout_marginStart="2dp"
layout_marginEnd="2dp">
<LinearLayout
orientation="vertical"
id="@+id/scrollableContentLayout"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/mainHeaderContainer"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textSize="22sp"
textColor="#417fb2"
gravity="center"
id="@+id/mainHeaderTextView"
layout_width="match_parent"
layout_height="wrap_content"
text="Review &amp; Confirm Info"
fontFamily="sans-serif-medium"/>
<View
id="@+id/mainHeaderDividerLineView"
background="#417fb2"
layout_width="match_parent"
layout_height="2dp"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/dynamicContentLayout"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.facetec.sdk.a
textSize="20sp"
textColor="@drawable/facetec_button_text_state"
layout_gravity="center_horizontal"
id="@+id/confirmButton"
background="@drawable/facetec_button_background"
duplicateParentState="false"
layout_width="match_parent"
layout_height="40dp"
layout_marginLeft="15dp"
layout_marginRight="15dp"
layout_marginBottom="15dp"
text="Confirm Info"
textAllCaps="false"
textAlignment="center"
style="?android:attr/borderlessButtonStyle"/>
</LinearLayout>
</ScrollView>
<RelativeLayout
gravity="center"
id="@+id/outsetActionButtonLayout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
alpha="0"/>
<RelativeLayout
gravity="center"
id="@+id/scrollDownIndicatorLayout"
background="@drawable/facetec_scroll_down_indicator"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
alpha="0">
<LinearLayout
gravity="center"
orientation="horizontal"
id="@+id/scrollDownIndicatorContentLayout"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
textSize="16sp"
id="@+id/scrollDownIndicatorTextView"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="5dp"/>
<ImageView
id="@+id/scrollDownIndicatorImageView"
layout_width="20dp"
layout_height="20dp"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>