| 
									
										
										
										
											2012-05-15 20:58:48 +00:00
										 |  |  | <?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" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <TextView | 
					
						
							|  |  |  |         android:id="@+id/eventTime" | 
					
						
							|  |  |  |         android:layout_width="wrap_content" | 
					
						
							|  |  |  |         android:layout_height="wrap_content" | 
					
						
							| 
									
										
										
										
											2012-05-15 21:11:16 +00:00
										 |  |  |         android:padding="5dp" | 
					
						
							| 
									
										
										
										
											2012-05-15 20:58:48 +00:00
										 |  |  |         android:text="eventTime" | 
					
						
							|  |  |  |         android:textAppearance="?android:attr/textAppearanceSmall" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <TextView | 
					
						
							|  |  |  |         android:id="@+id/eventVelocity" | 
					
						
							|  |  |  |         android:layout_width="wrap_content" | 
					
						
							|  |  |  |         android:layout_height="wrap_content" | 
					
						
							| 
									
										
										
										
											2012-05-15 21:11:16 +00:00
										 |  |  |         android:padding="5dp" | 
					
						
							| 
									
										
										
										
											2012-05-15 20:58:48 +00:00
										 |  |  |         android:text="eventVelocity" | 
					
						
							|  |  |  |         android:textAppearance="?android:attr/textAppearanceSmall" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <TextView | 
					
						
							|  |  |  |         android:id="@+id/eventAltitude" | 
					
						
							|  |  |  |         android:layout_width="wrap_content" | 
					
						
							|  |  |  |         android:layout_height="wrap_content" | 
					
						
							| 
									
										
										
										
											2012-05-15 21:11:16 +00:00
										 |  |  |         android:padding="5dp" | 
					
						
							| 
									
										
										
										
											2012-05-15 20:58:48 +00:00
										 |  |  |         android:text="eventAltitude" | 
					
						
							|  |  |  |         android:textAppearance="?android:attr/textAppearanceSmall" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </TableRow> |