119 lines
4.3 KiB
XML
119 lines
4.3 KiB
XML
<?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">
|
|
<LinearLayout
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
id="@+id/zoomLogoContainer"
|
|
visibility="invisible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="40dp"
|
|
layout_alignParentBottom="true">
|
|
<ImageView
|
|
gravity="center"
|
|
layout_gravity="center"
|
|
id="@+id/securityWatermark"
|
|
layout_width="wrap_content"
|
|
layout_height="match_parent"
|
|
src="@drawable/facetec_internal_zoom_watermark"
|
|
adjustViewBounds="true"/>
|
|
<TextView
|
|
layout_gravity="center"
|
|
id="@+id/zoomLogoText"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="5dp"/>
|
|
</LinearLayout>
|
|
<view
|
|
id="@+id/zoomOval"
|
|
background="@android:color/transparent"
|
|
visibility="invisible"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
importantForAccessibility="noHideDescendants"
|
|
class="com.facetec.sdk.cr"/>
|
|
<FrameLayout
|
|
id="@+id/transitionView"
|
|
background="#fff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_centerInParent="true"
|
|
alpha="0"/>
|
|
<RelativeLayout
|
|
id="@+id/instructionsBackground"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
clipChildren="false"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
baselineAligned="false">
|
|
<RelativeLayout
|
|
clipChildren="false"
|
|
layout_width="wrap_content"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<view
|
|
orientation="vertical"
|
|
id="@+id/zoomProgressBar"
|
|
clipChildren="false"
|
|
clipToPadding="false"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
class="com.facetec.sdk.cp">
|
|
<RelativeLayout
|
|
id="@+id/zoomFeedbackContainer"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
textSize="20sp"
|
|
gravity="center"
|
|
id="@+id/zoomFeedbackText"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text=""
|
|
maxLines="1"
|
|
includeFontPadding="false"
|
|
layout_centerInParent="true"
|
|
textAlignment="center"
|
|
paddingStart="5dp"
|
|
paddingEnd="5dp"/>
|
|
</RelativeLayout>
|
|
</view>
|
|
<TextView
|
|
textSize="15sp"
|
|
gravity="center"
|
|
id="@+id/authReasonText"
|
|
background="#80494949"
|
|
visibility="invisible"
|
|
layout_width="match_parent"
|
|
layout_height="30dp"
|
|
layout_below="@+id/zoomProgressBar"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
layout_width="wrap_content"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
gravity="center"
|
|
id="@+id/zoomBackButton"
|
|
background="@android:color/transparent"
|
|
padding="10dp"
|
|
focusable="true"
|
|
layout_width="40dp"
|
|
layout_height="40dp"
|
|
layout_marginTop="10dp"
|
|
layout_marginBottom="10dp"
|
|
adjustViewBounds="true"
|
|
contentDescription="@string/FaceTec_accessibility_cancel_button"
|
|
layout_marginStart="10dp"
|
|
layout_marginEnd="10dp"
|
|
layout_alignParentStart="true"/>
|
|
</RelativeLayout>
|