Project

General

Profile

Download (519 Bytes) Statistics
| Branch: | Revision:

sokoban / distorted-sokoban / src / main / res / layout / grb.xml @ aad987a7

1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout
3
  xmlns:android="http://schemas.android.com/apk/res/android"
4
  android:layout_width="fill_parent"
5
  android:layout_height="fill_parent"
6
  android:gravity="center"
7
  android:background="#FFFFFF">
8
  <ImageView 
9
      android:id="@+id/grbimage"
10
      android:src="@drawable/grb"
11
      android:layout_gravity="center"
12
      android:layout_width="wrap_content"
13
      android:layout_height="wrap_content"
14
      android:layout_centerHorizontal="true"/>
15
</RelativeLayout>
(2-2/3)