<?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_modifyai"
     android:keepScreenOn="true"
     android:background="@drawable/back2"
     tools:context="com.lloydm.geosword.activities.ModifyAIActivity"
>
<Button
     android:layout_width="180dp"
     android:layout_height="80dp"
     android:layout_gravity="end|top"
     android:layout_marginTop="30dp"
     android:layout_marginRight="30dp"
     android:layout_marginEnd="30dp"
     android:background="@drawable/full_menu_button_normal_blue_blank"
     android:text="@string/back"
     android:textSize="24sp"
     android:id="@+id/btnback8"
    
     ></Button>
    
<LinearLayout
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:orientation="vertical"
     android:layout_gravity="center"
     android:gravity="center">
     <LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="40dp"

android:orientation="horizontal"

android:paddingLeft="20dp"
android:paddingRight="20dp"
style="@android:attr/buttonBarButtonStyle"
android:id="@+id/ship2">
     <Button
                     style="@android:attr/buttonBarButtonStyle"
android:layout_width="360dp"
android:layout_height="90dp"
android:background="@drawable/full_menu_button_left_blue_cruiser"
android:id="@+id/aishiptype"
android:visibility="invisible"
            
></Button>
<Button
     style="@android:attr/buttonBarButtonStyle"
android:layout_width="144dp"
android:layout_height="90dp"
android:layout_marginLeft="-20dp"
android:layout_marginStart="-20dp"
android:background="@drawable/full_menu_button_right_green_ai"
></Button>
</LinearLayout>    
    
    <ScrollView
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginLeft="80dp"
         android:layout_marginRight="80dp"
         android:scrollbars="vertical"
         android:layout_marginTop="20dp"
         android:layout_marginBottom="10dp"
         android:padding="20dp"
         android:scrollbarStyle="outsideOverlay"
         android:scrollbarAlwaysDrawVerticalTrack="true"
         android:fadeScrollbars="false"
         android:scrollbarSize="8dp"
         >
         <LinearLayout
                         android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:orientation="vertical"
             android:layout_gravity="center_horizontal"
             android:gravity="center_horizontal"
                         >
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex1"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                         android:id="@+id/ai1"
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex2"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai2"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex3"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai3"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex4"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai4"
                                         android:max="9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex5"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai5"
                                         android:max="9"
                                         android:progress="5"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex6"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai6"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex7"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai7"
                                         android:max="9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex8"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai8"
                                         android:max="9"
                                         android:progress="5"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex9"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex10"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai10"
                                         android:max="9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex11"
                 android:textColor="#DCDCDC"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai11"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex12"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai12"
                                         android:max="9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex13"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai13"
                                         android:max="9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex14"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai14"
                                         android:max="9"
                                         android:progress="5"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex15"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai15"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:max="9"
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                         <TextView
                                         android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:id="@+id/aiindex16"
                 android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                 android:textColor="#DCDCDC"
                              ></TextView>
                         <SeekBar
                                         android:layout_width="match_parent"
                                         android:layout_height="wrap_content"
                                         android:id="@+id/ai16"
                                         android:max="9"
                                         android:layout_marginLeft="80dp"
                                         android:layout_marginRight="80dp"
                                        
                                         android:progress="5"
                                         android:progressDrawable="@drawable/menu_seekbar_selector3"
                                        
                                         >
                         </SeekBar>
                        
         </LinearLayout>
        
    </ScrollView>
    
    
</LinearLayout>
<TextView
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
     android:text="@string/pleasewait"
     android:layout_gravity="center"
     android:textColor="#DCDCDC"
     android:textSize="33sp"
     android:id="@+id/txtpleasewait3"
     android:gravity="center"
     android:visibility="invisible">
</TextView>

</FrameLayout>