project_files/Android-build/SDL-android-project/res/layout/fragment_settings.xml
changeset 7582 714310efad8f
parent 7449 2e63537b44f3
equal deleted inserted replaced
7580:c92596feac0d 7582:714310efad8f
    25 
    25 
    26             <Spinner
    26             <Spinner
    27                 android:id="@+id/spinGameplay"
    27                 android:id="@+id/spinGameplay"
    28                 android:layout_width="wrap_content"
    28                 android:layout_width="wrap_content"
    29                 android:layout_height="wrap_content"
    29                 android:layout_height="wrap_content"
       
    30                 android:layout_marginLeft="5dip"
    30                 android:background="@drawable/dropdown" />
    31                 android:background="@drawable/dropdown" />
    31         </TableRow>
    32         </TableRow>
    32 
    33 
    33         <TableRow>
    34         <TableRow android:layout_marginTop="5dip" >
    34 
    35 
    35             <TextView
    36             <TextView
    36                 android:id="@+id/txtGamescheme"
    37                 android:id="@+id/txtGamescheme"
    37                 android:layout_width="wrap_content"
    38                 android:layout_width="wrap_content"
    38                 android:layout_height="wrap_content"
    39                 android:layout_height="wrap_content"
    40 
    41 
    41             <Spinner
    42             <Spinner
    42                 android:id="@+id/spinGamescheme"
    43                 android:id="@+id/spinGamescheme"
    43                 android:layout_width="wrap_content"
    44                 android:layout_width="wrap_content"
    44                 android:layout_height="wrap_content"
    45                 android:layout_height="wrap_content"
       
    46                 android:layout_marginLeft="5dip"
    45                 android:background="@drawable/dropdown" />
    47                 android:background="@drawable/dropdown" />
    46         </TableRow>
    48         </TableRow>
    47 
    49 
    48         <TableRow>
    50         <TableRow android:layout_marginTop="5dip" >
    49 
    51 
    50             <TextView
    52             <TextView
    51                 android:id="@+id/txtweapons"
    53                 android:id="@+id/txtweapons"
    52                 android:layout_width="wrap_content"
    54                 android:layout_width="wrap_content"
    53                 android:layout_height="wrap_content"
    55                 android:layout_height="wrap_content"
    55 
    57 
    56             <Spinner
    58             <Spinner
    57                 android:id="@+id/spinweapons"
    59                 android:id="@+id/spinweapons"
    58                 android:layout_width="wrap_content"
    60                 android:layout_width="wrap_content"
    59                 android:layout_height="wrap_content"
    61                 android:layout_height="wrap_content"
       
    62                 android:layout_marginLeft="5dip"
    60                 android:background="@drawable/dropdown" />
    63                 android:background="@drawable/dropdown" />
    61         </TableRow>
    64         </TableRow>
    62     </TableLayout>
    65     </TableLayout>
    63 
    66 
    64     <ImageView
    67     <ImageView
    74         android:id="@id/spinTheme"
    77         android:id="@id/spinTheme"
    75         android:layout_width="wrap_content"
    78         android:layout_width="wrap_content"
    76         android:layout_height="wrap_content"
    79         android:layout_height="wrap_content"
    77         android:layout_alignParentRight="true"
    80         android:layout_alignParentRight="true"
    78         android:layout_below="@id/gameOptions"
    81         android:layout_below="@id/gameOptions"
       
    82         android:layout_marginTop="5dip"
    79         android:layout_toRightOf="@+id/imgTheme"
    83         android:layout_toRightOf="@+id/imgTheme"
    80         android:background="@drawable/dropdown" />
    84         android:background="@drawable/dropdown" />
    81 
    85 
    82 </RelativeLayout>
    86 </RelativeLayout>