188 lines
7.0 KiB
XML
188 lines
7.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<com.facetec.sdk.cz xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
id="@+id/contentLayout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_centerInParent="true">
|
||
|
<TextView
|
||
|
id="@+id/cancelButtonSpacer"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="1dp"
|
||
|
text=""/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
text=""
|
||
|
layout_weight="1"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/headerAndSubheaderLayout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="14">
|
||
|
<com.facetec.sdk.au
|
||
|
textSize="26sp"
|
||
|
textColor="#ffffff"
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/headerTextView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
text="Let's try that again"
|
||
|
maxLines="1"
|
||
|
layout_weight="8"
|
||
|
textAlignment="center"/>
|
||
|
<com.facetec.sdk.au
|
||
|
textSize="14sp"
|
||
|
textColor="#ffffff"
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/messageTextView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
text="But first, please take a look at your images and correct your environment."
|
||
|
maxLines="1"
|
||
|
layout_weight="6"
|
||
|
textAlignment="center"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
text=""
|
||
|
layout_weight="1"/>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/sideBySideLayout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="100dp"
|
||
|
baselineAligned="false"
|
||
|
layout_weight="69">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/yourZoomLayout"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="10dp">
|
||
|
<FrameLayout
|
||
|
id="@+id/yourZoomImageContainer"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="1dp">
|
||
|
<ImageView
|
||
|
id="@+id/yourZoomImage"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="centerCrop"
|
||
|
adjustViewBounds="true"/>
|
||
|
<ImageView
|
||
|
id="@+id/yourZoomImageBorder"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitCenter"
|
||
|
adjustViewBounds="true"/>
|
||
|
</FrameLayout>
|
||
|
<com.facetec.sdk.au
|
||
|
textSize="10sp"
|
||
|
textColor="#ffffff"
|
||
|
gravity="center_horizontal"
|
||
|
id="@+id/yourZoomSubimageTextView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="5dp"
|
||
|
text="Your ZoOm"
|
||
|
maxLines="1"
|
||
|
textAlignment="center"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/idealZoomLayout"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="10dp">
|
||
|
<FrameLayout
|
||
|
id="@+id/idealZoomImageContainer"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="1dp">
|
||
|
<view
|
||
|
id="@+id/idealImageSlideshowView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitCenter"
|
||
|
adjustViewBounds="true"
|
||
|
class="com.facetec.sdk.cw"/>
|
||
|
<ImageView
|
||
|
id="@+id/idealZoomImage"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="centerCrop"
|
||
|
adjustViewBounds="true"/>
|
||
|
<ImageView
|
||
|
id="@+id/idealOval"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
src="@drawable/facetec_oval_ideal"
|
||
|
scaleType="fitCenter"
|
||
|
adjustViewBounds="true"/>
|
||
|
<ImageView
|
||
|
id="@+id/idealZoomImageBorder"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitCenter"
|
||
|
adjustViewBounds="true"/>
|
||
|
</FrameLayout>
|
||
|
<com.facetec.sdk.au
|
||
|
textSize="10sp"
|
||
|
textColor="#ffffff"
|
||
|
gravity="center_horizontal"
|
||
|
id="@+id/idealZoomSubimageTextView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="5dp"
|
||
|
text="Ideal ZoOm"
|
||
|
maxLines="1"
|
||
|
textAlignment="center"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
text=""
|
||
|
layout_weight="1"/>
|
||
|
<com.facetec.sdk.au
|
||
|
textSize="14sp"
|
||
|
textColor="#ffffff"
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/instructionMessage1TextView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
text="Neutral Expression, No Smiling"
|
||
|
maxLines="1"
|
||
|
layout_weight="6"
|
||
|
textAlignment="center"/>
|
||
|
<com.facetec.sdk.au
|
||
|
textSize="14sp"
|
||
|
textColor="#ffffff"
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/instructionMessage2TextView"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
text="No Glare or Extreme Lighting"
|
||
|
maxLines="1"
|
||
|
layout_weight="6"
|
||
|
textAlignment="center"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
text=""
|
||
|
layout_weight="1"/>
|
||
|
</LinearLayout>
|
||
|
</com.facetec.sdk.cz>
|