mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	Added image download functionality
This commit is contained in:
		@ -13,6 +13,13 @@
 | 
			
		||||
        android:layout_weight="1"
 | 
			
		||||
        android:orientation="vertical" >
 | 
			
		||||
 | 
			
		||||
        <TextView
 | 
			
		||||
            android:id="@+id/locationText"
 | 
			
		||||
            android:layout_width="wrap_content"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_gravity="center_horizontal"
 | 
			
		||||
            android:text="@string/default_text" />
 | 
			
		||||
 | 
			
		||||
        <ImageView
 | 
			
		||||
            android:id="@+id/locationImage"
 | 
			
		||||
            android:layout_width="wrap_content"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user