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

118 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/mainLayout"
layout_width="match_parent"
layout_height="match_parent"
keepScreenOn="true"
alpha="0">
<View
id="@+id/overlayBackgroundView"
layout_width="match_parent"
layout_height="match_parent"/>
<RelativeLayout
id="@+id/subZoomFrame"
layout_width="match_parent"
layout_height="match_parent"
layout_below="@+id/outerContainer"
layout_alignParentBottom="true">
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/brandingLogoContainer"
layout_width="match_parent"
layout_height="match_parent"
baselineAligned="false"
weightSum="3">
<LinearLayout
gravity="center_horizontal"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<ImageView
layout_gravity="center"
id="@+id/brandingLogoBottom"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
scaleType="fitCenter"
adjustViewBounds="true"
maxHeight="60dp"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
<RelativeLayout
padding="0dp"
clipChildren="false"
clipToPadding="false"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
clipChildren="false"
clipToPadding="false"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerHorizontal="true">
<View
id="@+id/zoomFrameShadowView"
background="@android:color/transparent"
clipToPadding="false"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerHorizontal="true"/>
</RelativeLayout>
</RelativeLayout>
<RelativeLayout
id="@+id/outerContainer"
background="@drawable/facetec_background_border"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/faceScanSessionLayout"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/faceScanCameraLayout"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/faceScanCameraContainer"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"/>
<RelativeLayout
id="@+id/faceScanCameraTransitionView"
background="@android:color/white"
layout_width="match_parent"
layout_height="match_parent"
alpha="0"/>
</RelativeLayout>
<RelativeLayout
id="@+id/backgroundColor"
layout_width="match_parent"
layout_height="match_parent"/>
<RelativeLayout
id="@+id/backgroundCover"
layout_width="match_parent"
layout_height="match_parent"/>
<RelativeLayout
id="@+id/signupContainer"
layout_width="match_parent"
layout_height="match_parent"/>
</RelativeLayout>
</RelativeLayout>
<RelativeLayout
id="@+id/borderCover"
layout_width="match_parent"
layout_height="match_parent"/>
<ImageView
gravity="center"
id="@+id/customLocationBackButton"
background="@android:color/transparent"
focusable="true"
visibility="gone"
clickable="true"
layout_width="30dp"
layout_height="30dp"
contentDescription="@string/FaceTec_accessibility_cancel_button"/>
</RelativeLayout>