Commit cc23f78 1 parent f12e051 commit cc23f78 Copy full SHA for cc23f78
File tree 2 files changed +5
-7
lines changed
AndroidLabs/app/src/main/java/edu/hzuapps/androidlabs/homeworks/net1414080903229
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- package com .example .administrator .myapplication01 ;
1
+ package com .example .administrator .net1414080903229 ;
2
2
3
3
import android .support .v7 .app .AppCompatActivity ;
4
4
import android .os .Bundle ;
5
5
6
- public class Net1414080903229Activity extends AppCompatActivity {
6
+ public class Net1414080903229 extends AppCompatActivity {
7
7
8
8
@ Override
9
9
protected void onCreate (Bundle savedInstanceState ) {
10
10
super .onCreate (savedInstanceState );
11
- setContentView (R .layout .Net1414080903229activity_main );
11
+ setContentView (R .layout .activity_net1414080903229 );
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
- android : id =" @+id/activity_main "
4
+ android : id =" @+id/activity_net1414080903229 "
5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" match_parent"
7
7
android : paddingBottom =" @dimen/activity_vertical_margin"
8
8
android : paddingLeft =" @dimen/activity_horizontal_margin"
9
9
android : paddingRight =" @dimen/activity_horizontal_margin"
10
10
android : paddingTop =" @dimen/activity_vertical_margin"
11
- tools : context =" com.example.administrator.myapplication01.Net1414080903229Activity " >
11
+ tools : context =" com.example.administrator.net1414080903229.Net1414080903229 " >
12
12
13
13
<TextView
14
14
android : layout_width =" wrap_content"
15
15
android : layout_height =" wrap_content"
16
- android : layout_centerHorizontal =" true"
17
- android : layout_centerVertical =" true"
18
16
android : text =" Hello World!" />
19
17
</RelativeLayout >
You can’t perform that action at this time.
0 commit comments