SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <RelativeLayout
- android:id="@+id/lineartext"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- >
- <TextView
- android:id="@+id/Player1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="Player 1:"
- android:textSize="30dp"
- android:layout_alignParentLeft="true"/>
- <TextView
- android:id="@+id/textPlayer2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="Player 2:"
- android:textSize="30dp"
- android:layout_alignParentLeft="true"
- android:layout_below="@+id/Player1"/>
- <Button
- android:id="@+id/button4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="73dp"
- android:layout_marginTop="20dp"
- android:text="RESET" />
- </RelativeLayout>
- <LinearLayout
- android:id="@+id/layout1"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- >
- <Button
- android:id="@+id/button2"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="eyyyy" />
- <Button
- android:id="@+id/button1"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="Button" />
- <Button
- android:id="@+id/button3"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="eyyyy" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/layout2"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- >
- <Button
- android:id="@+id/button12"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:layout_toLeftOf="@id/button1"
- android:text="eyyyy" />
- <Button
- android:id="@+id/button11"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="Button" />
- <Button
- android:id="@+id/button13"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:layout_toLeftOf="@id/button2"
- android:text="eyyyy" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/layout3"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- >
- <Button
- android:id="@+id/button22"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:layout_toLeftOf="@id/button1"
- android:text="eyyyy" />
- <Button
- android:id="@+id/button21"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="Button" />
- <Button
- android:id="@+id/button23"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:layout_toLeftOf="@id/button2"
- android:text="eyyyy" />
- </LinearLayout>
- </LinearLayout>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.