Skip to content

Commit

Permalink
Merge pull request #242 from zengyt/master
Browse files Browse the repository at this point in the history
#88 #71 实验2
  • Loading branch information
zengsn committed Apr 17, 2016
2 parents 9b1c6c4 + b861166 commit d5591ea
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 d5591ea

Please sign in to comment.