blob: fe85e97ca40cff116aab20c9f9801c2dd2cf1f11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/board"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#eeeeee"
tools:context=".FullscreenActivity"
android:paddingLeft="50dp"
android:paddingRight="50dp"
android:paddingBottom="50dp"
android:paddingTop="80dp">
</RelativeLayout>
|