mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-08 16:38:14 -05:00
Minor format changes
This commit is contained in:
parent
274048dce3
commit
f8cc67fa59
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user