mirror of
				https://github.com/russok/FitoTrack.git
				synced 2025-10-31 09:42:11 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			492 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			492 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|     android:layout_width="fill_parent"
 | |
|     android:layout_height="fill_parent" >
 | |
| 
 | |
|     <NumberPicker
 | |
|         android:id="@+id/weightPicker"
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_alignParentTop="true"
 | |
|         android:layout_centerHorizontal="true"
 | |
|         android:layout_margin="30dp" />
 | |
| 
 | |
| </RelativeLayout> | 
