mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-05 07:45:15 -04:00
Add a menu button for the Home page
This commit is contained in:
@ -35,6 +35,9 @@ public class MenuActivity extends Activity {
|
||||
case R.id.action_parking:
|
||||
startActivity(new Intent(this, Parking.class));
|
||||
break;
|
||||
case R.id.action_home:
|
||||
startActivity(new Intent(this, Home.class));
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user