Skip to content

Commit

Permalink
hzuapps#4 hzuapps#1641 #第四次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
AngleBeatQAQ committed May 8, 2019
1 parent 400cfbe commit b5a2c2e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion students/soft1714080902425/实验四/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.view.View;
import android.widget.Button;


public class MainActivity extends AppCompatActivity {

private Button test_btn=null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import android.support.v7.app.AppCompatActivity;

public class MusicListActivity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down
3 changes: 1 addition & 2 deletions students/soft1714080902425/实验四/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
Expand Down Expand Up @@ -55,7 +55,6 @@




</LinearLayout>

</LinearLayout>
Expand Down
1 change: 0 additions & 1 deletion students/soft1714080902425/实验四/musiclist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
android:text="3.All fall down"
android:textSize="28dp" />


</LinearLayout>
</android.support.constraint.ConstraintLayout>

0 comments on commit b5a2c2e

Please sign in to comment.