-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity_main.xml
24 lines (22 loc) · 940 Bytes
/
activity_main.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">
<Button
android:id="@+id/button2"
android:layout_width="240dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="179dp"
android:background="@drawable/customshape"
android:text="Play vs computer" />
<Button
android:id="@+id/button3"
android:layout_width="230dp"
android:layout_height="wrap_content"
android:layout_below="@+id/button2"
android:layout_centerHorizontal="true"
android:layout_marginTop="60dp"
android:background="@drawable/customshape"
android:text="play vs friend" />
</RelativeLayout>