Project

General

Profile

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

examples / src / main / res / layout / cubeslayout.xml @ 50ac40a6

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:layout_width="fill_parent"
4
    android:layout_height="fill_parent"
5
    android:gravity="center_horizontal"
6
    android:orientation="vertical" >
7

    
8
    <org.distorted.examples.cubes.CubesSurfaceView
9
        android:id="@+id/cubesSurfaceView"
10
        android:layout_width="match_parent"
11
        android:layout_height="0dp"
12
        android:layout_weight="1.00" />
13

    
14
</LinearLayout>
(3-3/23)