Project

General

Profile

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

examples / src / main / res / layout / cubes2layout.xml @ 5068fa06

1 427ab7bf Leszek Koltunski
<?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 5068fa06 Leszek Koltunski
    <org.distorted.examples.cubes.CubesSurfaceView
9 427ab7bf Leszek Koltunski
        android:id="@+id/cubesSurfaceView"
10
        android:layout_width="match_parent"
11
        android:layout_height="0dp"
12
        android:layout_weight="1.00" />
13
14
</LinearLayout>