removing a redundant view

This commit is contained in:
tibbi 2018-05-27 21:29:12 +02:00
parent b2e9854b9a
commit 5fa8f06391
1 changed files with 1 additions and 5 deletions

View File

@ -11,11 +11,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<SurfaceView
android:id="@+id/focus_rect_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<ImageView
android:id="@+id/settings"
android:layout_width="@dimen/icon_size"
@ -91,4 +86,5 @@
android:text="00:00"
android:textColor="@android:color/white"
android:visibility="gone"/>
</RelativeLayout>