git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10382 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
		
			
				
	
	
		
			30 lines
		
	
	
		
			987 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			987 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <LinearLayout
 | |
|     xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|     android:id="@+id/layoutTestChooserRow"
 | |
|     android:orientation="horizontal"
 | |
|     android:layout_width="fill_parent"
 | |
|     android:layout_height="fill_parent"
 | |
|     android:padding="10dp">
 | |
| 
 | |
| <!--
 | |
|     <ImageView android:id="@+id/imgIcon"
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="fill_parent"
 | |
|         android:gravity="center_vertical"
 | |
|         android:layout_marginRight="15dp"
 | |
|         android:layout_marginTop="5dp"
 | |
|         android:layout_marginBottom="5dp" />
 | |
| -->
 | |
| 
 | |
|      <TextView android:id="@+id/txtClassName"
 | |
|         android:layout_width="fill_parent"
 | |
|         android:layout_height="fill_parent"
 | |
|         android:gravity="center_vertical"
 | |
|         android:textStyle="bold"
 | |
|         android:textSize="22sp"
 | |
|         android:textColor="#000000"
 | |
|         android:layout_marginTop="5dp"
 | |
|         android:layout_marginBottom="5dp" />
 | |
| 
 | |
| </LinearLayout> |