Removed unused ipCamera fragment which was causing warnings in Google Play Store

This commit is contained in:
Graham Jones
2019-01-09 06:40:18 +00:00
parent a21f009f9e
commit 55cc65847d
4 changed files with 5 additions and 128 deletions

View File

@@ -1,15 +0,0 @@
<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>