51 lines
1.9 KiB
XML
51 lines
1.9 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">
|
|
<View
|
|
id="@+id/backgroundView"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<RelativeLayout
|
|
id="@+id/contentLayout"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
alpha="0"
|
|
translationY="-55dp">
|
|
<RelativeLayout
|
|
gravity="center_horizontal"
|
|
clipChildren="false"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<FrameLayout
|
|
id="@+id/iconFrameLayout"
|
|
clipChildren="false"
|
|
clipToPadding="false"
|
|
layout_width="80dp"
|
|
layout_height="80dp"
|
|
layout_centerInParent="true">
|
|
<ImageView
|
|
layout_gravity="center"
|
|
id="@+id/iconImageView"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
src="@drawable/facetec_review"
|
|
scaleType="fitCenter"
|
|
layout_centerInParent="true"/>
|
|
</FrameLayout>
|
|
<com.facetec.sdk.au
|
|
textSize="20sp"
|
|
gravity="center_horizontal"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/messageTextView"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/FaceTec_idscan_additional_review_message"
|
|
layout_below="@+id/iconFrameLayout"
|
|
layout_centerHorizontal="true"
|
|
lineSpacingMultiplier="1.1"
|
|
textAlignment="center"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|