31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/fl_banner_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
id="@+id/rl_banner_image_layout"
|
|
background="@android:color/transparent"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
elevation="2dp">
|
|
<ImageView
|
|
id="@+id/background_image"
|
|
background="@android:color/transparent"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
adjustViewBounds="true"/>
|
|
<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_0xc="@color/2131099785"/>
|
|
</RelativeLayout>
|
|
</FrameLayout>
|