Files
phonegap-plugins/Android/AugmentedReality-Wikitude/SampleProjects/Basic/HelloWorld/res/layout/main.xml
Wolfgang Damm 312c6213eb Initial plugin
2012-09-17 14:00:51 +02:00

9 lines
501 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:test="http://schemas.android.com/apk/res/com.wikitude.architect"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<com.wikitude.architect.ArchitectView android:id="@+id/architectView" android:layout_width="fill_parent" android:layout_height="fill_parent">
</com.wikitude.architect.ArchitectView>
</LinearLayout>