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

68 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<View
id="@+id/mainBackgroundView"
layout_width="match_parent"
layout_height="match_parent"/>
<RelativeLayout
id="@+id/mainContainer"
visibility="visible"
layout_width="match_parent"
layout_height="match_parent"
translationY="-55dp">
<RelativeLayout
id="@+id/mainLayout"
clipChildren="false"
layout_width="match_parent"
layout_height="match_parent">
<FrameLayout
id="@+id/animationFrameLayout"
clipChildren="false"
clipToPadding="false"
layout_width="80dp"
layout_height="80dp"
layout_centerInParent="true">
<ImageView
gravity="center"
layout_gravity="center"
id="@+id/animationBackgroundImageView"
clipToPadding="false"
layout_width="match_parent"
layout_height="match_parent"
src="@drawable/facetec_securing_camera_background_drawable"/>
<ImageView
gravity="center"
layout_gravity="center"
id="@+id/animationForegroundImageView"
clipToPadding="false"
layout_width="match_parent"
layout_height="match_parent"
src="@drawable/facetec_securing_camera_foreground_drawable"/>
</FrameLayout>
<LinearLayout
gravity="center_horizontal"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/animationFrameLayout">
<com.facetec.sdk.au
textSize="20sp"
textColor="#ffffff"
gravity="top|center_horizontal"
id="@+id/messageTextView"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginLeft="20dp"
layout_marginTop="15dp"
layout_marginRight="20dp"
lineSpacingMultiplier="1.1"
alpha="1"
fontFamily="sans-serif-medium"
textAlignment="center"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>