40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="utf-8"?>
							 | 
						||
| 
								 | 
							
								<TableRow xmlns:android="http://schemas.android.com/apk/res/android"
							 | 
						||
| 
								 | 
							
								    android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								    android:layout_height="match_parent" >
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <TextView
							 | 
						||
| 
								 | 
							
								        android:id="@+id/eventName"
							 | 
						||
| 
								 | 
							
								        style="@style/labelTextStyle"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:text="eventName" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <LinearLayout
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:orientation="vertical">
							 | 
						||
| 
								 | 
							
								        
							 | 
						||
| 
								 | 
							
								    <TextView
							 | 
						||
| 
								 | 
							
								        android:id="@+id/eventTime"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:text="eventTime"
							 | 
						||
| 
								 | 
							
								        android:textAppearance="?android:attr/textAppearanceSmall" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <TextView
							 | 
						||
| 
								 | 
							
								        android:id="@+id/eventVelocity"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:text="eventVelocity"
							 | 
						||
| 
								 | 
							
								        android:textAppearance="?android:attr/textAppearanceSmall" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <TextView
							 | 
						||
| 
								 | 
							
								        android:id="@+id/eventAltitude"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:text="eventAltitude"
							 | 
						||
| 
								 | 
							
								        android:textAppearance="?android:attr/textAppearanceSmall" />
							 | 
						||
| 
								 | 
							
								    </LinearLayout>
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								</TableRow>
							 |