35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <merge xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|  | 
 | ||
|  |     <ImageView | ||
|  |         android:id="@+id/simulation_status" | ||
|  |         android:layout_width="wrap_content" | ||
|  |         android:layout_height="wrap_content" | ||
|  |         android:layout_gravity="center_vertical" | ||
|  |         android:src="@drawable/simulation_state" | ||
|  |         android:duplicateParentState="true" | ||
|  |         android:paddingRight="5dp" /> | ||
|  | 
 | ||
|  |     <TwoLineListItem | ||
|  |         android:layout_width="wrap_content" | ||
|  |         android:layout_height="wrap_content" | ||
|  |         android:layout_weight="1" | ||
|  |         android:paddingTop="10px" > | ||
|  | 
 | ||
|  |         <TextView | ||
|  |             android:id="@android:id/text1" | ||
|  |             android:layout_width="wrap_content" | ||
|  |             android:layout_height="wrap_content" | ||
|  |             android:text="TextView" | ||
|  |             android:textAppearance="?android:attr/textAppearanceMedium" /> | ||
|  | 
 | ||
|  |         <TextView | ||
|  |             android:id="@android:id/text2" | ||
|  |             android:layout_width="wrap_content" | ||
|  |             android:layout_height="wrap_content" | ||
|  |             android:paddingTop="30px" | ||
|  |             android:text="TextView" | ||
|  |             android:textAppearance="?android:attr/textAppearanceSmall" /> | ||
|  |     </TwoLineListItem> | ||
|  | 
 | ||
|  | </merge> |