mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
draw a rectangle on the focused area for a moment
This commit is contained in:
@ -11,6 +11,11 @@
|
||||
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/about"
|
||||
android:layout_width="@dimen/icon_size"
|
||||
|
Reference in New Issue
Block a user