Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:tools="http://schemas.android.com/tools"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:background="@android:color/black" >

	<nextrek.widgets.CameraSurface
		android:id="@+id/camera_surface"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_centerInParent="true" />

	<nextrek.arse.GLMasterSurface
		android:layout_width="wrap_content"
		android:layout_height="match_parent"
		android:layout_alignLeft="@+id/camera_surface"
		android:layout_alignRight="@+id/camera_surface" />

</RelativeLayout>

Commits for Nextrek/Android/AR/res/layout/activity_arse.xml

Diff revisions: vs.
Revision Author Commited Message
4 FMMortaroli picture FMMortaroli Fri 19 Apr, 2013 16:54:38 +0000