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>

View File

@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">OpenSeizureDetector</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>