<?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_ingamemenulayout"
     android:background="@drawable/back2"
     android:keepScreenOn="true"
     tools:context="com.lloydm.geosword.activities.InGameFrontMenuActivity">
<SurfaceView
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:id="@+id/surfacevidingamefrontmenu"
>
</SurfaceView>
<Button
     android:layout_width="140dp"
     android:layout_height="80dp"
     android:layout_gravity="start|top"
     android:layout_marginTop="30dp"
     android:layout_marginLeft="30dp"
     android:layout_marginStart="30dp"
     android:background="@drawable/full_menu_button_normal_blue_blank"
     android:text="@string/back"
     android:textSize="32sp"
     android:id="@+id/btnback3"
    
     ></Button>

<LinearLayout
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:orientation="horizontal">
                     <LinearLayout
         android:layout_width="wrap_content"
         android:layout_height="match_parent"
                     android:orientation="vertical"
        android:gravity="center"
                                     >
        
         <Button
                android:layout_width="400dp"
                              android:layout_height="80dp"
                                                     android:id="@+id/btn_invite"
                                                     android:layout_marginLeft="30dp"
                android:layout_marginStart="30dp"
                android:layout_marginTop="40dp"
                             android:visibility="invisible"
                             android:text="@string/invitefriends"
                android:textColor="#232323"
                android:textSize="24sp"
                android:background="@drawable/full_menu_button_normal_blue_blank"></Button>
        
         <Button
                android:layout_width="400dp"
                              android:layout_height="80dp"
                                                     android:id="@+id/btn_fleets"
                                                     android:layout_marginLeft="30dp"
                android:layout_marginStart="30dp"
                android:layout_marginTop="20dp"
                             android:background="@drawable/full_menu_label_blue_fleets"
                
                                             ></Button>
        <Button
                android:layout_width="400dp"
                              android:layout_height="80dp"
                                                     android:id="@+id/btn_research"
                                                     android:layout_marginLeft="30dp"
                android:layout_marginStart="30dp"
                android:layout_marginTop="20dp"
                android:background="@drawable/full_menu_label_blue_research"
                
                                             ></Button>
        
        
</LinearLayout>
<FrameLayout
                     android:layout_width="616dp"
                     android:layout_height="525dp"
                     android:layout_gravity="bottom"
                     android:layout_marginBottom="40dp"
         >                    
     <ImageView
                     android:layout_width="match_parent"
                     android:layout_height="484dp"
                     android:background="@drawable/list1"
                     android:layout_marginLeft="10dp"
                     android:layout_marginStart="10dp"

                    
                     >
                    
     </ImageView>    
     <ScrollView
                     android:layout_width="440dp"
         android:layout_height="264dp"
         android:visibility="invisible"
         android:id="@+id/scrollreplay2"
         android:layout_marginLeft="72dp"
         android:layout_marginStart="72dp"
         android:layout_marginTop="84dp"
                         >
<LinearLayout
                 android:layout_width="440dp"
         android:layout_height="wrap_content"
         android:orientation="vertical"
                     android:id="@+id/laybattles"
                     android:contentDescription="@string/tablet"
             >
    </LinearLayout>     
             </ScrollView>
             <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
                                 android:id="@+id/txtreplayhelp1"
                                 android:visibility="invisible"
                                 android:text = "@string/replayhelp1"
                                 android:textSize = "36sp"
                                 android:layout_marginRight="55dp"
                                 android:layout_marginEnd="55dp"
                                 android:layout_gravity="bottom|center"
             android:textColor="#DCDCDC"
                             ></TextView>
             <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
                                 android:id="@+id/txtreplayhelp2"
                                 android:visibility="invisible"
                                 android:text = "@string/replayhelp2"
                                 android:textSize = "36sp"
                                 android:layout_marginBottom="40dp"
                                 android:layout_marginRight="55dp"
                                 android:layout_marginEnd="55dp"
             android:layout_gravity="bottom|center"
             android:textColor="#DCDCDC"
                             ></TextView>
             </FrameLayout>            
</LinearLayout>
<Button
     android:layout_width="100dp"
     android:layout_height="100dp"
     android:layout_gravity="bottom|end"
     android:layout_marginRight="24dp"
     android:layout_marginBottom="36dp"
     android:layout_marginEnd="24dp"
     android:id="@+id/btntoggleaudio1"
     android:background="@drawable/menu_audio_toggle"
     ></Button>
</FrameLayout>