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

181 lines
6.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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">
<RelativeLayout
id="@+id/readyScreenContent"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/readyScreenHeaderOuterContainer"
layout_width="match_parent"
layout_height="100dp"
layout_alignParentTop="true">
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/readyScreenHeaderInnerContainer"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="2"
layout_centerInParent="true">
<com.facetec.sdk.au
textSize="26sp"
textColor="#ffffff"
gravity="center_horizontal"
id="@+id/readyScreenHeader1"
layout_width="match_parent"
layout_height="0dp"
text=""
maxLines="1"
layout_weight="1"
textAlignment="center"/>
<com.facetec.sdk.au
textSize="26sp"
textColor="#ffffff"
gravity="center_horizontal"
id="@+id/readyScreenHeader2"
layout_width="match_parent"
layout_height="0dp"
text=""
maxLines="1"
layout_weight="1"
textAlignment="center"/>
</LinearLayout>
</RelativeLayout>
<RelativeLayout
id="@+id/readyScreenSubtextOuterContainer"
layout_width="match_parent"
layout_height="100dp"
layout_alignParentBottom="true">
<com.facetec.sdk.f
gravity="center"
orientation="vertical"
id="@+id/readyScreenSubtextInnerContainer"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="2"
layout_centerInParent="true">
<com.facetec.sdk.au
textSize="10sp"
textColor="#ffffff"
gravity="center_horizontal"
id="@+id/readyScreenSubtext1"
layout_width="match_parent"
layout_height="0dp"
text=""
maxLines="1"
layout_weight="1"
textAlignment="center"/>
<com.facetec.sdk.au
textSize="10sp"
textColor="#ffffff"
gravity="center_horizontal"
id="@+id/readyScreenSubtext2"
layout_width="match_parent"
layout_height="0dp"
text=""
maxLines="1"
layout_weight="1"
textAlignment="center"/>
</com.facetec.sdk.f>
</RelativeLayout>
</RelativeLayout>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/feedbackIconsLayout"
layout_width="match_parent"
layout_height="match_parent"
weightSum="10"
layout_centerInParent="true">
<LinearLayout
gravity="center"
layout_gravity="fill"
orientation="vertical"
layout_width="match_parent"
layout_height="0dp"
weightSum="10"
layout_weight="10">
<LinearLayout
gravity="center"
layout_gravity="center"
id="@+id/iconLayout"
visibility="gone"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="0dp"
layout_marginBottom="0dp">
<ImageView
gravity="center"
layout_gravity="center"
id="@+id/iconImageView"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
scaleType="fitCenter"
layout_centerInParent="true"/>
</LinearLayout>
<com.facetec.sdk.au
textSize="28sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center"
id="@+id/feedbackIconsHeader"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text=""
maxLines="2"
layout_weight="2"/>
<LinearLayout
gravity="center"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<com.facetec.sdk.au
textSize="32sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center_horizontal"
id="@+id/genericHeaderView"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="0dp"
layout_marginBottom="0dp"
text=""/>
<com.facetec.sdk.au
textSize="20sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center_horizontal"
id="@+id/messageView1"
paddingLeft="20dp"
paddingRight="20dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="0dp"
text=""
lineSpacingMultiplier="1.1"/>
<com.facetec.sdk.au
textSize="20sp"
textColor="#ffffff"
gravity="center"
layout_gravity="center_horizontal"
id="@+id/messageView2"
paddingLeft="20dp"
paddingRight="20dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="0dp"
text=""
lineSpacingMultiplier="1.1"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</com.facetec.sdk.cz>