Files
ioiotruck/IOIOTruck/res/layout/camera_activity.xml

25 lines
849 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/camera_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment
android:id="@+id/camera_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.TwentyCodes.android.IOIOTruck.CameraFragment" >
<!-- Preview: layout=@layout/camera_fragment -->
</fragment>
<TextView
android:id="@+id/log_textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:textAppearance="?android:attr/textAppearanceLarge" />
</RelativeLayout>