Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DINESHKARPE/289ad5133c58feb4b52c1c15fef0982f to your computer and use it in GitHub Desktop.
Save DINESHKARPE/289ad5133c58feb4b52c1c15fef0982f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".Hellowikitude"
tools:showIn="@layout/hellowikitude">
<com.wikitude.architect.ArchitectView
android:id="@+id/architectView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment