Started adding IP camera viewer fragment - not working yet.

This commit is contained in:
Graham Jones
2015-12-15 20:47:53 +00:00
parent 1af6e8787f
commit e7cf47f08a
5 changed files with 131 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
<LinearLayout 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"
tools:context="uk.org.openseizuredetector.IpCameraFragment">
<!-- TODO: Update blank fragment layout -->
<SurfaceView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/surfaceView"
android:layout_gravity="center_horizontal|top" />
</LinearLayout>