48 lines
1.6 KiB
XML
48 lines
1.6 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="@drawable/bg_white_rounded"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_margin="4dp">
|
|
<ImageView
|
|
id="@+id/landing_tile_background"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
scaleType="centerCrop"
|
|
contentDescription="@null"/>
|
|
<LinearLayout
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_centerInParent="true">
|
|
<ImageView
|
|
id="@+id/landing_tile_icon"
|
|
layout_width="44dp"
|
|
layout_height="44dp"
|
|
layout_marginTop="10dp"
|
|
scaleType="centerCrop"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
ellipsize="end"
|
|
gravity="center_horizontal"
|
|
id="@+id/landing_tile_text"
|
|
paddingBottom="4dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
maxLines="2"
|
|
lines="2"
|
|
lineSpacingExtra="-5dp"
|
|
layout_marginStart="6dp"
|
|
layout_marginEnd="6dp"
|
|
style="@style/2132017701"/>
|
|
</LinearLayout>
|
|
<View
|
|
background="@drawable/ripple_rounded_4_purple"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</com.scb.phone.view.custom.RectangleRelativeLayout>
|