Advertisement
Zidinjo

XML FILE

Oct 23rd, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.86 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3.    android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
  4.    android:paddingRight="@dimen/activity_horizontal_margin"
  5.    android:paddingTop="@dimen/activity_vertical_margin"
  6.    android:paddingBottom="@dimen/activity_vertical_margin"
  7.    tools:context="de.fhflensburg.manichja.barrier51.GameActivity">
  8.  
  9.     <de.fhflensburg.manichja.barrier51.GameView
  10.        android:id="@+id/gameView"
  11.        android:layout_width="match_parent"
  12.        android:layout_height="wrap_content"
  13.        />
  14.  
  15.     <Button
  16.        android:layout_width="wrap_content"
  17.        android:layout_height="wrap_content"
  18.        android:layout_below="@id/gameView"
  19.        />
  20. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement