KrishAmal / NavAR

NavAR is a location based augmented reality navigation application for Android. It features AR powered Point of Interest Browser and a real-time AR navigation system , assisting you while on a drive.
GNU General Public License v3.0
110 stars 52 forks source link

Some layout errors #14

Open asystat opened 5 years ago

asystat commented 5 years ago

I cloned the repo but have these two errors out of the box: at activity_poi_browser.xml, this element:

<View
    android:layout_width="match_parent"
    android:layout_height="50dp"
    android:layout_alignParentBottom="true"
    android:layout_above="@id/cam_view"
    android:background="@drawable/cam_grad_bottom"
    android:id="@+id/view"
    tools:ignore="UnknownId" />

There is no item called cam_view anywhere so the compiler fails. Do you have any suggestion?