<?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:id="@+id/frmlay_invitelayout"
     android:background="@drawable/back2"
     android:keepScreenOn="true"
     tools:context="com.lloydm.geosword.activities.InviteActivity" >

<SurfaceView
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:id="@+id/surfacevidinvite"
>
</SurfaceView>
<Button
     android:layout_width="70dp"
     android:layout_height="40dp"
     android:layout_gravity="start|top"
     android:layout_marginTop="15dp"
     android:layout_marginLeft="25dp"
     android:layout_marginStart="25dp"
     android:background="@drawable/full_menu_button_normal_blue_blank"
     android:text="@string/back"
     android:textSize="16sp"
     android:id="@+id/btnback5"></Button>

<LinearLayout
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:gravity="center"
     android:orientation="vertical">                    
    <TextView
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textSize="50sp"
         android:maxLines="2"
         android:id="@+id/txtgamekey"
         android:textColor="#DCDCDC"
             
         >
    </TextView>
    <TextView
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textSize="16sp"
         android:maxLines="2"
         android:id="@+id/txtinvitedesc"
         android:text="@string/invitescreentxt"
         android:textColor="#DCDCDC"
         >
    </TextView>
     <Button
                android:layout_width="200dp"
                              android:layout_height="40dp"
                                                     android:id="@+id/btn_sendinvite"
                                                     android:layout_marginLeft="10dp"
                android:layout_marginStart="10dp"
                android:layout_marginTop="10dp"
                             android:visibility="invisible"
                             android:text="@string/sendinvite"
                android:textColor="#232323"
                android:background="@drawable/full_menu_button_normal_blue_blank"></Button>
    
</LinearLayout>
</FrameLayout>