mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	Minor format changes
This commit is contained in:
		@ -11,7 +11,6 @@ import edu.uncc.scavenger.rest.RestLocation;
 | 
			
		||||
import android.app.Activity;
 | 
			
		||||
import android.content.Intent;
 | 
			
		||||
import android.os.Bundle;
 | 
			
		||||
import android.view.LayoutInflater;
 | 
			
		||||
import android.view.Menu;
 | 
			
		||||
import android.view.MenuItem;
 | 
			
		||||
import android.view.View;
 | 
			
		||||
@ -33,11 +32,12 @@ public class FoundActivity extends Activity {
 | 
			
		||||
		super.onCreate(savedInstanceState);
 | 
			
		||||
		setContentView(R.layout.activity_found);
 | 
			
		||||
 | 
			
		||||
		
 | 
			
		||||
		numberFoundText = (TextView)findViewById(R.id.numberFoundText);
 | 
			
		||||
		moreInfoWebView = (WebView)findViewById(R.id.moreInfoWebView);
 | 
			
		||||
		tryMoreButton = (Button)findViewById(R.id.tryMoreButton);
 | 
			
		||||
		
 | 
			
		||||
		numberFoundText.setVisibility(View.INVISIBLE);
 | 
			
		||||
		
 | 
			
		||||
		restLocation = (RestLocation)(getIntent().getSerializableExtra("restLocation"));
 | 
			
		||||
		moreInfoWebView.loadData(restLocation.getKey(), "text/html", "UTF-8");
 | 
			
		||||
		
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,6 @@ import java.util.List;
 | 
			
		||||
import android.app.Activity;
 | 
			
		||||
import android.content.Intent;
 | 
			
		||||
import android.os.Bundle;
 | 
			
		||||
import android.os.StrictMode;
 | 
			
		||||
import android.util.Log;
 | 
			
		||||
import android.view.Menu;
 | 
			
		||||
import android.view.View;
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,6 @@ package edu.uncc.scavenger;
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
import java.net.URL;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
import edu.uncc.scavenger.database.LocationDatabaseHelper;
 | 
			
		||||
import edu.uncc.scavenger.rest.LocationClient;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user