Skip to content

Commit

Permalink
#2 #101 实验2
Browse files Browse the repository at this point in the history
  • Loading branch information
qq379701982 committed Apr 19, 2016
1 parent 9399832 commit c5e1fc9
Show file tree
Hide file tree
Showing 2 changed files 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.com1314080901219;

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

public class com1314080901219Activity extends Activity {

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

0 comments on commit c5e1fc9

Please sign in to comment.