46 lines
1.5 KiB
XML
46 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"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_margin="2dp">
|
||
|
<ImageView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
src="?attr/serviceTileBackground"
|
||
|
contentDescription="@null"/>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
weightSum="1">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/ic_scb_logo"
|
||
|
scaleType="fitCenter"
|
||
|
layout_weight="0.5"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
textColor="#ffffff"
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_margin="2dp"
|
||
|
text="?attr/serviceTileText"
|
||
|
maxLines="2"
|
||
|
lines="2"
|
||
|
layout_weight="0.5"
|
||
|
lineSpacingExtra="-7dp"
|
||
|
style="@style/2132017692"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="@drawable/ripple_purple"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</com.scb.phone.view.custom.RectangleRelativeLayout>
|