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

184 lines
7.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="@android:color/transparent"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent"
alpha="1">
<view
id="@+id/zoomDialogBackground"
layout_width="match_parent"
layout_height="match_parent"
class="com.facetec.sdk.az"/>
</RelativeLayout>
<RelativeLayout
id="@+id/zoomDialogForeground"
layout_width="match_parent"
layout_height="match_parent"
layout_alignParentTop="true"
layout_alignParentStart="true">
<LinearLayout
gravity="center_horizontal"
orientation="vertical"
id="@+id/bottomLayout"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
layout_centerHorizontal="true">
<com.facetec.sdk.a
textSize="20sp"
textColor="@drawable/facetec_button_text_state"
layout_gravity="center_horizontal"
id="@+id/zoomDialogActionButton"
background="@drawable/facetec_button_background"
duplicateParentState="false"
layout_width="match_parent"
layout_height="60dp"
text=""
includeFontPadding="false"
textAllCaps="false"
textAlignment="center"
style="?android:attr/borderlessButtonStyle"/>
</LinearLayout>
<RelativeLayout
clipChildren="false"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/bottomLayout">
<FrameLayout
id="@+id/centerContentFrameLayout"
layout_width="match_parent"
layout_height="match_parent"/>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/centerContentView"
clipChildren="false"
layout_width="match_parent"
layout_height="match_parent"
weightSum="10"
layout_centerVertical="true"
layout_alignParentStart="true">
<RelativeLayout
layout_width="match_parent"
layout_height="0dp"
layout_weight="2.25">
<ImageView
id="@+id/iconImageView"
layout_width="wrap_content"
layout_height="match_parent"
scaleType="fitCenter"
adjustViewBounds="true"
layout_centerInParent="true"/>
</RelativeLayout>
<com.facetec.sdk.au
textSize="10sp"
gravity="center"
layout_gravity="center"
id="@+id/zoomDialogIconSubtext"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="0dp"/>
<com.facetec.sdk.au
textSize="24sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center_horizontal"
id="@+id/zoomDialogHeader"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginLeft="20dp"
layout_marginTop="20dp"
layout_marginRight="20dp"
layout_marginBottom="20dp"
text=""/>
<com.facetec.sdk.au
textSize="14sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center_horizontal"
id="@+id/messageView1"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginLeft="20dp"
layout_marginRight="20dp"
text=""/>
<com.facetec.sdk.au
textSize="14sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center_horizontal"
id="@+id/messageView2"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginLeft="20dp"
layout_marginTop="10dp"
layout_marginRight="20dp"
text=""/>
</LinearLayout>
</RelativeLayout>
<RelativeLayout
gravity="bottom"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/bottomLayout">
<com.facetec.sdk.au
textSize="14sp"
textStyle="italic"
textColor="#ffffff"
id="@+id/zoomDialogText4"
paddingLeft="20dp"
paddingRight="20dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="20dp"
layout_marginBottom="20dp"
text=""
layout_centerInParent="true"
lineSpacingMultiplier="1.1"
alpha="0.5"/>
<com.facetec.sdk.au
textSize="20sp"
textColor="#ffffff"
gravity="center"
id="@+id/zoomDialogText3"
paddingLeft="20dp"
paddingRight="20dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text=""
layout_above="@+id/zoomDialogText4"
layout_centerInParent="true"
lineSpacingMultiplier="1.1"/>
</RelativeLayout>
<RelativeLayout
id="@+id/guidanceTransitionView"
layout_width="match_parent"
layout_height="match_parent"
alpha="0"/>
<ImageView
gravity="center"
id="@+id/backButton"
background="@android:color/transparent"
padding="10dp"
focusable="true"
layout_width="40dp"
layout_height="40dp"
layout_marginTop="10dp"
layout_marginBottom="10dp"
adjustViewBounds="true"
layout_alignParentTop="true"
contentDescription="@string/FaceTec_accessibility_cancel_button"
layout_marginStart="10dp"
layout_marginEnd="10dp"
layout_alignParentStart="true"/>
</RelativeLayout>
</RelativeLayout>