<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:id="@+id/fragment_home"
|
android:background="#f0f4f7"
|
>
|
<ImageView
|
android:background="@drawable/home1"
|
android:id="@+id/advertise"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
/>
|
</RelativeLayout>
|