project_files/Android-build/SDL-android-project/res/layout/team_selection_entry_simple.xml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 21 Oct 2017 23:03:52 +0200
changeset 12738 353cb2ce6f9c
parent 5633 443b7c6543e5
permissions -rw-r--r--
Fix AddAmmo setting ammo to 99 when trying to add infinite ammo This affected the portal mission, the crate only gave you 99 portal guns instead of infinite.
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>