project_files/Android-build/SDL-android-project/res/layout/team_selection_entry.xml
branchhedgeroid
changeset 5467 88e25840f532
child 5506 2b0c4fcde4c6
equal deleted inserted replaced
5465:b7e009722465 5467:88e25840f532
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout
       
     3   xmlns:android="http://schemas.android.com/apk/res/android"
       
     4   android:orientation="horizontal"
       
     5   android:layout_width="match_parent"
       
     6   android:layout_height="match_parent"
       
     7   android:background="#8FFF">
       
     8   
       
     9   <ImageView
       
    10   	android:id="@+id/imgDifficulty"
       
    11   	android:layout_height="fill_parent"
       
    12   	android:layout_width="wrap_content"
       
    13   	android:adjustViewBounds="true"
       
    14   	android:scaleType="centerInside"/>
       
    15   <TextView
       
    16   	android:id="@+id/txtName"
       
    17   	android:layout_height="fill_parent"
       
    18   	android:layout_width="fill_parent"
       
    19   	android:textColor="#FFF"/>
       
    20 </LinearLayout>