project_files/Android-build/SDL-android-project/res/layout/starting_game.xml
branchhedgeroid
changeset 5627 ce2d92589cbc
parent 5607 d3a3e80ad1da
child 7508 763d3961400b
equal deleted inserted replaced
5625:9add7b92c5f0 5627:ce2d92589cbc
   123         android:layout_alignParentRight="true"
   123         android:layout_alignParentRight="true"
   124        	android:layout_below="@id/gameOptions"
   124        	android:layout_below="@id/gameOptions"
   125        	android:background="@drawable/dropdown"/>
   125        	android:background="@drawable/dropdown"/>
   126         
   126         
   127 	<include layout="@layout/backbutton"/>
   127 	<include layout="@layout/backbutton"/>
       
   128     
       
   129     <LinearLayout
       
   130     	android:layout_width="wrap_content"
       
   131     	android:layout_height="wrap_content"
       
   132     	android:layout_alignParentBottom="true"
       
   133     	android:layout_centerHorizontal="true"
       
   134     	android:orientation="horizontal">
   128     <ImageButton
   135     <ImageButton
   129     	android:id="@+id/btnTeams"
   136     	android:id="@+id/btnTeams"
   130     	android:layout_width="120dip"
   137     	android:layout_width="120dip"
   131     	android:layout_height="40dip"
   138     	android:layout_height="40dip"
   132     	android:layout_alignParentBottom="true"
       
   133     	android:layout_centerHorizontal="true"
       
   134     	android:adjustViewBounds="true"
   139     	android:adjustViewBounds="true"
   135     	android:scaleType="centerInside"
   140     	android:scaleType="centerInside"
   136     	android:background="@android:color/transparent"
   141     	android:background="@android:color/transparent"
   137     	android:src="@drawable/teams"/>
   142     	android:src="@drawable/teams"/>
       
   143     <ImageView
       
   144     	android:id="@+id/imgTeamsCount"
       
   145     	android:layout_width="40dip"
       
   146     	android:layout_height="40dip"
       
   147     	android:adjustViewBounds="true"
       
   148     	android:scaleType="centerInside"
       
   149     	android:background="@android:color/transparent"
       
   150     	android:src="@drawable/teamcount"/>
       
   151         
       
   152     </LinearLayout>
       
   153 
   138     <ImageButton
   154     <ImageButton
   139     	android:id="@+id/btnStart"
   155     	android:id="@+id/btnStart"
   140     	android:layout_width="120dip"
   156     	android:layout_width="120dip"
   141     	android:layout_height="40dip"
   157     	android:layout_height="40dip"
   142     	android:layout_alignParentBottom="true"
   158     	android:layout_alignParentBottom="true"