<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:background="@android:color/background_dark"
    android:layout_centerHorizontal="true"
    android:id="@+id/maskLayer"
    android:layout_centerInParent="true"
    android:layout_centerVertical="true"

    >
</RelativeLayout>
