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

46 lines
1.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
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>