Commit 9bade7c 1 parent 6242957 commit 9bade7c Copy full SHA for 9bade7c
File tree 3 files changed +30
-1
lines changed
AndroidLabs/app/src/main/java/edu/hzuapps/androidlabs/homeworks
3 files changed +30
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments