mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	Added function to save images to storage and load them. Compass image
will now change to the location when you get close.
This commit is contained in:
		@ -13,7 +13,7 @@
 | 
			
		||||
        android:layout_weight="1" >
 | 
			
		||||
 | 
			
		||||
        <ImageView
 | 
			
		||||
            android:id="@+id/compassRose"
 | 
			
		||||
            android:id="@+id/compassRoseView"
 | 
			
		||||
            android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_height="fill_parent"
 | 
			
		||||
            android:layout_centerHorizontal="true"
 | 
			
		||||
@ -30,6 +30,14 @@
 | 
			
		||||
            android:layout_weight="1"
 | 
			
		||||
            android:src="@drawable/arrow_up" />
 | 
			
		||||
 | 
			
		||||
        <ImageView
 | 
			
		||||
            android:id="@+id/searchImageView"
 | 
			
		||||
            android:layout_width="wrap_content"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_centerHorizontal="true"
 | 
			
		||||
            android:layout_centerVertical="true"
 | 
			
		||||
            android:src="@drawable/ic_launcher" />
 | 
			
		||||
 | 
			
		||||
    </RelativeLayout>
 | 
			
		||||
 | 
			
		||||
    <Button
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user