Skip to content

Commit 81a0843

Browse files
committed
hzuapps#1 hzuapps#26 第一次作业
1 parent 9bade7c commit 81a0843

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

AndroidLabs/app/src/main/java/edu/hzuapps/androidlabs/homeworks/net1414080903231/net1414080903231.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
package com.example.kali.helloworld;
1+
package com.example.kali.net1414080903231;
22

33
import android.support.v7.app.AppCompatActivity;
44
import android.os.Bundle;
55
import android.app.Activity;
66
import android.view.Menu;
77

8-
public class net1414080903231 extends AppCompatActivity {
8+
public class Net1414080903231 extends AppCompatActivity {
99

1010
@Override
1111
protected void onCreate(Bundle savedInstanceState) {

AndroidLabs/app/src/main/res/layout/activity_net123456.xml

-18
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6-
tools:context=".HelloWorldActivity">
6+
tools:context=".net1414080903231Activity">
77
<TextView
88
android:layout_width="wrap_content"
99
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)