Skip to content

Commit

Permalink
Merge pull request #432 from liaohuili/master
Browse files Browse the repository at this point in the history
#1 #239 lab1
  • Loading branch information
zengsn committed Apr 27, 2016
2 parents 3db03e8 + 7b7bbe1 commit 0bce6be
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.net13124080903117;

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

public class Net13124080903117Activity extends Activity {

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

0 comments on commit 0bce6be

Please sign in to comment.