project_files/Android-build/SDL-android-project/res/layout-xlarge/roomlist_player_team_count.xml
changeset 7349 12fdfd2038d4
equal deleted inserted replaced
7346:b0f67c5b4215 7349:12fdfd2038d4
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <merge xmlns:android="http://schemas.android.com/apk/res/android"
       
     3     xmlns:tools="http://schemas.android.com/tools">
       
     4     
       
     5 	<TextView
       
     6 	    android:id="@+id/playercount"
       
     7 		android:layout_width="20dp"
       
     8 		android:layout_height="wrap_content"
       
     9 		android:padding="3dp"
       
    10 		android:gravity="center" 
       
    11 		android:layout_gravity="center_vertical"
       
    12 		android:singleLine="true"/>
       
    13 	
       
    14 	<TextView
       
    15 	    android:id="@+id/teamcount"
       
    16 		android:layout_width="20dp"
       
    17 		android:layout_height="wrap_content"
       
    18 		android:padding="3dp"
       
    19 		android:gravity="center"
       
    20 		android:layout_gravity="center_vertical"
       
    21 		android:singleLine="true"/>
       
    22 </merge>