<?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_continuegame"
android:background="@drawable/back1"
android:keepScreenOn="true"
tools:context="com.lloydm.geosword.activities.ContinueGameActivity" >
<SurfaceView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/vidsurfacecontinuegame"
android:visibility="visible"
>
</SurfaceView>
<Button
android:layout_width="70dp"
android:layout_height="40dp"
android:layout_gravity="end|top"
android:layout_marginTop="15dp"
android:layout_marginRight="15dp"
android:layout_marginEnd="15dp"
android:background="@drawable/full_menu_button_normal_blue_blank"
android:text="@string/back"
android:textSize="16sp"
android:id="@+id/btnback1"
></Button>
<ImageView
android:layout_width="95dp"
android:layout_height="50dp"
android:layout_marginTop="20dp"
android:layout_gravity="top|center_horizontal"
android:background="@drawable/title1a"
android:contentDescription="@string/app_name"></ImageView>
<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" android:layout_gravity="end|center_vertical" android:layout_marginRight="30dp"
android:layout_marginEnd="40dp"
android:layout_marginTop="70dp"
>
<Spinner
android:layout_width="180dp"
android:layout_height="32dp"
android:id="@+id/spnlistofexistingames"
android:gravity="center"
android:background="@drawable/full_menu_button_normal_blue_blank"
android:dropDownWidth="180dp"
android:dropDownSelector="@drawable/full_menu_button_normal_blue_blank"
>
</Spinner>
<Button
android:id="@+id/btncontinuegame"
android:layout_height="32dp"
android:layout_width="180dp"
android:layout_marginTop="10dp"
android:background="@drawable/full_menu_button_normal_blue_continue_game"></Button></LinearLayout>
<ProgressBar
android:id="@+id/progressbar2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_marginRight="10dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="10dp"
android:visibility="invisible"/>
</FrameLayout>