Skip to content

Commit

Permalink
Merge pull request #264 from zhongliang8851/master
Browse files Browse the repository at this point in the history
#2 #66 实验二
  • Loading branch information
zengsn committed Apr 19, 2016
2 parents 9399832 + fb8faff commit 941b924
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package edu.hzuapps.androidworks.homeworks.com1314080901210;

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

public class com1314080901210Activity extends Activity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.activity_com1314080901210);
}
}

This file was deleted.

0 comments on commit 941b924

Please sign in to comment.