<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/gradiant_bg1"
    tools:context=".fragments.TestFragment">

    <ImageView
        android:id="@+id/image1"
        android:layout_width="@dimen/_120sdp"
        android:layout_height="@dimen/_120sdp"/>

</FrameLayout>