Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyt committed Apr 15, 2016
1 parent 58ca4f4 commit b861166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 132 deletions.
128 changes: 0 additions & 128 deletions app/src/main/java/edu/hzuapps/androidworks/MainActivity.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
package com.example.messagestomailbox;
package com.example.personalinformation;

import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;

public class MainActivity extends Activity {
public class Com1314080901201Activity extends Activity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
setContentView(R.layout.activity_com1314080901201);
}

@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
getMenuInflater().inflate(R.menu.com1314080901201, menu);
return true;
}

Expand Down

0 comments on commit b861166

Please sign in to comment.