mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-04 02:10:35 -05: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