Skip to content

Commit

Permalink
hzuapps#2 hzuapps#881 第2次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
1614080902117 committed Apr 15, 2018
1 parent f3bcdbb commit 19b43e8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 31 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package edu.hzuapps.androidlabs.soft1614080902117.myapplication;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;

public class Soft1614080902117Activity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_soft1614080902117);
}
}
File renamed without changes.
31 changes: 0 additions & 31 deletions soft1614080902117/Soft1614080902117Activity.java

This file was deleted.

0 comments on commit 19b43e8

Please sign in to comment.