diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/AndroidManifest.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/AndroidManifest.xml"
deleted file mode 100644
index 08740855e..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/AndroidManifest.xml"
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- /*new*/
-
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/Soft1714080902337Activity.java" "b/students/soft1714080902337/\345\256\236\351\252\2143/Soft1714080902337Activity.java"
deleted file mode 100644
index 8f7073166..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/Soft1714080902337Activity.java"
+++ /dev/null
@@ -1,25 +0,0 @@
-package edu.hzuapps.androidlabs.soft1714080902337;
-
-
-import android.content.Intent;
-import android.os.Bundle;
-import android.support.v7.app.AppCompatActivity;
-import android.view.View;
-import android.widget.Button;
-public class Soft1714080902337Activity extends AppCompatActivity {
- Button button = null;
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.soft_1714080902337_activity);
- button = findViewById(R.id.bb);
- button.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- Intent intent = new Intent();
- intent.setClass(Soft1714080902337Activity.this,Soft1714080902337Activity2.class);
- startActivity(intent);
- }
- });
- }
-}
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/Soft1714080902337Activity2.java" "b/students/soft1714080902337/\345\256\236\351\252\2143/Soft1714080902337Activity2.java"
deleted file mode 100644
index b4423206e..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/Soft1714080902337Activity2.java"
+++ /dev/null
@@ -1,14 +0,0 @@
-package edu.hzuapps.androidlabs.soft1714080902337;
-
-import android.support.v7.app.AppCompatActivity;
-import android.os.Bundle;
-
-
-public class Soft1714080902337Activity2 extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.soft_1714080902337_activity2);
- }
-}
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/colors.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/colors.xml"
deleted file mode 100644
index 69b22338c..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/colors.xml"
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- #008577
- #00574B
- #D81B60
-
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/hua.jpg" "b/students/soft1714080902337/\345\256\236\351\252\2143/hua.jpg"
deleted file mode 100644
index 2a7cc2037..000000000
Binary files "a/students/soft1714080902337/\345\256\236\351\252\2143/hua.jpg" and /dev/null differ
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/ic_launcher_background.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/ic_launcher_background.xml"
deleted file mode 100644
index 0d025f9bf..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/ic_launcher_background.xml"
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/soft_1714080902337_activity.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/soft_1714080902337_activity.xml"
deleted file mode 100644
index f1973fbc5..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/soft_1714080902337_activity.xml"
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/soft_1714080902337_activity2.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/soft_1714080902337_activity2.xml"
deleted file mode 100644
index 08286e2d3..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/soft_1714080902337_activity2.xml"
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/strings.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/strings.xml"
deleted file mode 100644
index 54edf6475..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/strings.xml"
+++ /dev/null
@@ -1,4 +0,0 @@
-
- My Application
-
-
diff --git "a/students/soft1714080902337/\345\256\236\351\252\2143/styles.xml" "b/students/soft1714080902337/\345\256\236\351\252\2143/styles.xml"
deleted file mode 100644
index 5885930df..000000000
--- "a/students/soft1714080902337/\345\256\236\351\252\2143/styles.xml"
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-