project_files/Android-build/SDL-android-project/res/layout/team_selection_entry_simple.xml
author unc0rr
Tue, 04 Mar 2014 00:40:23 +0400
changeset 10175 c92668840ea8
parent 5633 443b7c6543e5
permissions -rw-r--r--
Remove game/preview functions split in library mode, just let normal procedure run instead: - Remove tons of HWLIBRARY ifdefs - Override ParamCount and ParamStr to let GetParams work - Small fixes here and there
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5633
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     2
<RelativeLayout
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     3
  xmlns:android="http://schemas.android.com/apk/res/android"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     4
  android:layout_width="fill_parent"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     5
  android:layout_height="fill_parent"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     6
  android:background="#8FFF"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     7
  android:padding="3dip">
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     8
  
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
     9
  <ImageView
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    10
  	android:id="@+id/imgDifficulty"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    11
  	android:layout_height="fill_parent"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    12
  	android:layout_width="wrap_content"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    13
  	android:adjustViewBounds="true"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    14
  	android:scaleType="centerInside"/>
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    15
 
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    16
  <TextView
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    17
  	android:id="@+id/txtName"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    18
  	android:layout_height="fill_parent"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    19
  	android:layout_width="wrap_content"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    20
  	android:layout_toRightOf="@id/imgDifficulty"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    21
  	android:layout_toLeftOf="@id/teamCount"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    22
  	android:layout_alignTop="@id/imgDifficulty"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    23
  	android:layout_alignBottom="@id/imgDifficulty"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    24
  	android:gravity="center"
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    25
  	android:textColor="#FFF"/>
443b7c6543e5 cosmetic tweak in the teamselection menu
Xeli
parents:
diff changeset
    26
</RelativeLayout>