project_files/Android-build/SDL-android-project/res/layout/team_selection_entry_simple.xml
author Grigory Ustinov <grenka@altlinux.org>
Tue, 27 Nov 2018 20:39:39 +0300
changeset 14332 85cd1aff2f04
parent 5633 443b7c6543e5
permissions -rw-r--r--
sed -i -E "s/еж([аиу][^а-я])/ёжик\1/g" *ru* grep -E "еж[аиу][^а-я]" *ru* Comment: [^а-я] includes all spaces and punctuation and also finish of string
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>