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

72 lines
2.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_centerHorizontal="true">
<RelativeLayout
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp">
<ImageView
id="@+id/landing_tile_icon"
layout_width="44dp"
layout_height="44dp"
scaleType="centerCrop"
contentDescription="@null"/>
</RelativeLayout>
<LinearLayout
gravity="center"
orientation="vertical"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<TextView
textColor="#ffffff"
ellipsize="end"
gravity="center_horizontal"
id="@+id/landing_predictive_line_1"
layout_width="match_parent"
layout_height="0dp"
maxLines="1"
lines="1"
layout_weight="1"
lineSpacingExtra="-7dp"
layout_marginStart="6dp"
layout_marginEnd="6dp"
style="@style/2132017692"/>
<TextView
textColor="#ffffff"
ellipsize="end"
gravity="center_horizontal"
id="@+id/landing_predictive_line_2"
layout_width="match_parent"
layout_height="0dp"
layout_marginTop="-8dp"
maxLines="1"
lines="1"
layout_weight="1"
layout_marginStart="6dp"
layout_marginEnd="6dp"
style="@style/2132017692"/>
</LinearLayout>
</LinearLayout>
<View
background="@drawable/ripple_purple"
layout_width="match_parent"
layout_height="match_parent"/>
</com.scb.phone.view.custom.RectangleRelativeLayout>