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

45 lines
1.5 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"
foreground="?attr/selectableItemBackground">
<ImageView
id="@+id/landing_tile_background"
layout_width="match_parent"
layout_height="match_parent"
scaleType="centerCrop"
contentDescription="@null"/>
<TextView
id="@+id/landing_tile_text"
paddingBottom="8dp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="2dp"
lineSpacingExtra="-7dp"
layout_marginStart="8dp"
layout_marginEnd="4dp"
style="@style/2132017690"/>
<FrameLayout
id="@+id/fl_new_container"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_alignParentBottom="true">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/tagnew"/>
<TextView
textColor="#ffffff"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/landing_page_tile_new"
textAllCaps="true"
layout_marginStart="8dp"
style="@style/2132017917"/>
</FrameLayout>
</com.scb.phone.view.custom.RectangleRelativeLayout>