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

60 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.scb.phone.view.custom.RectangleRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/rectangle_relative_layout"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
layout_margin="2dp">
<ImageView
id="@+id/landing_tile_background"
layout_width="match_parent"
layout_height="match_parent"
scaleType="centerCrop"
contentDescription="@null"/>
<RelativeLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_centerHorizontal="true">
<RelativeLayout
layout_gravity="center"
id="@+id/relative_image"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_centerHorizontal="true">
<include
id="@+id/landing_icon_place_holder"
layout="@layout/2131559161"/>
<ImageView
id="@+id/landing_tile_icon"
layout_width="44dp"
layout_height="44dp"
scaleType="centerCrop"
contentDescription="@null"/>
</RelativeLayout>
<com.scb.phone.view.custom.common.ThaiTextView
textColor="#353239"
ellipsize="end"
gravity="center"
id="@+id/landing_tile_text"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="@dimen/2131165723"
layout_marginBottom="@dimen/2131165722"
maxLines="2"
lines="2"
layout_below="@+id/relative_image"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
lineSpacingExtra="-7dp"
layout_marginStart="6dp"
layout_marginEnd="6dp"
style="@style/2132017692"/>
</RelativeLayout>
<View
background="@drawable/ripple_purple"
layout_width="match_parent"
layout_height="match_parent"/>
</com.scb.phone.view.custom.RectangleRelativeLayout>