draw a rectangle on the focused area for a moment

This commit is contained in:
tibbi
2016-07-12 13:17:02 +02:00
parent d9879aed69
commit fc9702ca06
4 changed files with 88 additions and 2 deletions

View File

@ -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"