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

75 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="8dp"
elevation="2dp">
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
id="@+id/image_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<ImageView
id="@+id/banner_image"
layout_width="120dp"
layout_height="104dp"
src="@drawable/background_bird_02"
scaleType="centerCrop"
layout_marginEnd="16dp"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginEnd="32dp">
<TextView
ellipsize="end"
gravity="bottom"
id="@+id/title_text"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="3"
style="@style/2132017868"/>
<TextView
textSize="18sp"
ellipsize="end"
id="@+id/description_text"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="2"
style="@style/2132017846"/>
</LinearLayout>
</LinearLayout>
<TextView
textColor="#7631c1"
ellipsize="end"
id="@+id/link_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
maxLines="1"
drawablePadding="8dp"
layout_below="@+id/image_layout"
drawableEnd="@drawable/icon_scbs_next_arrow_purple"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017835"/>
<ImageView
id="@+id/close_button"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="8dp"
src="@drawable/ic_close_circle_gray600_24dp"
layout_alignParentRight="true"
layout_alignParentEnd="true"
NOT_FOUND_0x18="@color/2131099785"/>
</RelativeLayout>
</merge>