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

40 lines
1.3 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"
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"
src="@drawable/learn_more_bg"
scaleType="centerCrop"
contentDescription="@null"/>
<TextView
textColor="#ffffff"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="2dp"
text="@string/landing_page_learn_more"
lineSpacingExtra="-7dp"
layout_marginStart="12dp"
layout_marginEnd="12dp"
style="@style/2132017690"/>
<ImageView
layout_width="20dp"
layout_height="20dp"
layout_marginBottom="8dp"
src="@drawable/info_icon"
scaleType="fitCenter"
layout_alignParentRight="true"
layout_alignParentBottom="true"
contentDescription="@null"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
<View
background="@drawable/ripple_purple"
layout_width="match_parent"
layout_height="match_parent"/>
</com.scb.phone.view.custom.RectangleRelativeLayout>