forked from hzuapps/android-labs-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
355 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...0/app/src/main/java/com/example/liyang/soft1614080902410/Soft1614080902410Activity_3.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.example.liyang.soft1614080902410; | ||
|
||
import android.support.v7.app.AppCompatActivity; | ||
import android.os.Bundle; | ||
|
||
public class Soft1614080902410Activity_3 extends AppCompatActivity { | ||
|
||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
setContentView(R.layout.activity_soft16140809024103); | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...0/app/src/main/java/com/example/liyang/soft1614080902410/Soft1614080902410Activity_4.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
package com.example.liyang.soft1614080902410; | ||
|
||
import android.support.v7.app.AppCompatActivity; | ||
import android.os.Bundle; | ||
|
||
public class Soft1614080902410Activity_4 extends AppCompatActivity { | ||
|
||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
setContentView(R.layout.activity_soft1614080902410_4); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 127 additions & 0 deletions
127
soft1614080902410/app/src/main/res/layout/activity_soft16140809024103.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout 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" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
android:background="#006400" | ||
tools:context=".Soft1614080902410Activity_3"> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ozil"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="Mesut oezil | ||
场上位置:中场 | ||
国籍:德国" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ramsey"/> | ||
|
||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="ARON RAMSEY | ||
场上位置;中场 | ||
国籍:威尔士" | ||
android:textSize="15dp" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/aubu"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="Aubameyang | ||
场上位置;前锋 | ||
国籍;加蓬" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/lacazette"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="LACAZETTE | ||
场上位置;前锋 | ||
国籍;法国" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/cazorla"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="SANTI CAZORLA | ||
场上位置;中场 | ||
国籍;西班牙" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
</LinearLayout> |
29 changes: 26 additions & 3 deletions
29
soft1614080902410/app/src/main/res/layout/activity_soft1614080902410_2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
<LinearLayout 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" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
tools:context=".Soft1614080902410_2"> | ||
tools:context=".Soft1614080902410_2" | ||
android:orientation="vertical" | ||
android:background="@drawable/ic_launcher3"> | ||
|
||
</android.support.constraint.ConstraintLayout> | ||
<Button | ||
android:id="@+id/buttom2" | ||
android:layout_width="136dp" | ||
android:layout_height="66dp" | ||
android:gravity="center" | ||
android:text="球队赛程" | ||
android:layout_gravity="center_horizontal" | ||
android:layout_marginTop="80dp" | ||
tools:layout_editor_absoluteX="124dp" | ||
tools:layout_editor_absoluteY="371dp" /> | ||
|
||
<Button | ||
android:id="@+id/buttom3" | ||
android:layout_width="136dp" | ||
android:layout_height="66dp" | ||
android:gravity="center" | ||
android:text="球队球员" | ||
android:layout_gravity="center_horizontal" | ||
android:layout_marginTop="200dp" | ||
tools:layout_editor_absoluteX="124dp" | ||
tools:layout_editor_absoluteY="63dp" /> | ||
</LinearLayout> |
132 changes: 132 additions & 0 deletions
132
soft1614080902410/app/src/main/res/layout/activity_soft1614080902410_4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout 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" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
android:background="#006400" | ||
tools:context=".Soft1614080902410Activity_4"> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1"> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal"> | ||
|
||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ars" /> | ||
|
||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="英超第22轮 | ||
阿森纳 VS 热刺 | ||
5月19号19:35 | ||
酋长球场" | ||
android:textSize="15dp" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ars2"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="英超第23轮 | ||
热刺 VS 阿森纳 | ||
5月26号19:35 | ||
白鹿巷球场" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ars3"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="欧冠决赛 | ||
巴塞罗那 VS 阿森纳 | ||
5月31号19:35 | ||
伯纳乌球场" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ars2"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="英超第24轮 | ||
曼联 VS 阿森纳 | ||
6月3号19:35 | ||
老特拉福德球场" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="120dp" | ||
android:layout_weight="1" | ||
android:orientation="vertical"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="horizontal" | ||
> | ||
<ImageView | ||
android:layout_width="100dp" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/ars"/> | ||
<Button | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="英超第25轮 | ||
阿森纳 VS 切尔西 | ||
6月26号19:35 | ||
酋长球场" | ||
android:textSize="15dp"/> | ||
</LinearLayout> | ||
</LinearLayout> | ||
</LinearLayout> |
Oops, something went wrong.