Removed unused ipCamera fragment which was causing warnings in Google Play Store
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user