Skip to content

Commit 9bade7c

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

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

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

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:layout_width="match_parent"
5+
android:layout_height="match_parent"
6+
tools:context=".HelloWorldActivity">
7+
<TextView
8+
android:layout_width="wrap_content"
9+
android:layout_height="wrap_content"
10+
android:layout_centerHorizontal="true"
11+
android:layout_centerVertical="true"
12+
android:text="hello_world" />
13+
</RelativeLayout>
14+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package com.example.kali.helloworld;
2+
3+
import android.support.v7.app.AppCompatActivity;
4+
import android.os.Bundle;
5+
import android.app.Activity;
6+
import android.view.Menu;
7+
8+
public class net1414080903231 extends AppCompatActivity {
9+
10+
@Override
11+
protected void onCreate(Bundle savedInstanceState) {
12+
super.onCreate(savedInstanceState);
13+
setContentView(R.layout.activity_net1414080903231);
14+
}
15+
16+
}

0 commit comments

Comments
 (0)