Skip to content

Commit

Permalink
Merge pull request #943 from huangqiuxiong/master
Browse files Browse the repository at this point in the history
#1 #891 实验1
  • Loading branch information
zengsn authored Jun 15, 2016
2 parents c2ae978 + 2749ab5 commit aa494ad
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package edu.hzuapps.androidworks.homeworks.net13124080903217;

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

public class Net13124080903217Activity extends Activity {

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

0 comments on commit aa494ad

Please sign in to comment.