49 lines
1.7 KiB
XML
49 lines
1.7 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
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/landing_tile_icon"
|
||
|
layout_width="44dp"
|
||
|
layout_height="44dp"
|
||
|
layout_marginTop="16dp"
|
||
|
scaleType="centerCrop"
|
||
|
layout_centerHorizontal="true"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
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/landing_tile_icon"
|
||
|
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>
|