forked from hzuapps/android-labs
-
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.
Showing
4 changed files
with
43 additions
and
21 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...314080901238/Com1314080901238ctivity.java → ...14080901238/Com1314080901238Activity.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,40 @@ | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:paddingBottom="@dimen/activity_vertical_margin" | ||
android:paddingLeft="@dimen/activity_horizontal_margin" | ||
android:paddingRight="@dimen/activity_horizontal_margin" | ||
android:paddingTop="@dimen/activity_vertical_margin" | ||
tools:context=".Com1314080901238Activity" | ||
android:background="@drawable/base_bg" | ||
> | ||
|
||
|
||
<Button | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="开始游戏" | ||
android:id="@+id/button" | ||
android:textSize="30dp" | ||
android:textColor="#FFFFFF" | ||
android:layout_alignParentTop="true" | ||
android:layout_centerHorizontal="true" | ||
android:layout_marginTop="149dp" | ||
android:background="#00000000"/> | ||
|
||
<Button | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="结束游戏" | ||
android:id="@+id/button2" | ||
android:textSize="30dp" | ||
android:textColor="#FFFFFF" | ||
android:layout_below="@+id/button" | ||
android:layout_centerHorizontal="true" | ||
android:layout_marginTop="101dp" | ||
android:background="#00000000"/> | ||
|
||
|
||
|
||
</RelativeLayout> |
18 changes: 0 additions & 18 deletions
18
app/src/main/res/layout/activity_com1314080901238ctivity.xml
This file was deleted.
Oops, something went wrong.