Skip to content

Commit e60f1ce

Browse files
committed
hzuapps#1 hzuapps#15 第一次实验
1 parent 9f5014e commit e60f1ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.example.shezhiming.myapplication;
2+
3+
import android.support.v7.app.AppCompatActivity;
4+
import android.os.Bundle;
5+
6+
public class Net1414080903230 extends AppCompatActivity {
7+
8+
@Override
9+
protected void onCreate(Bundle savedInstanceState) {
10+
super.onCreate(savedInstanceState);
11+
setContentView(R.layout.activity_net1414080903230);
12+
}
13+
}

0 commit comments

Comments
 (0)