- Android applying border around SurfaceView
- <RelativeLayout
- android:id="@+id/my_surface_view_holder"
- android:layout_height="161dp"
- android:layout_width="286dp"
- android:padding="20dp"
- android:focusable="true"
- android:clickable="true"
- android:background="#fff"
- >
- <SurfaceView
- android:id="@+id/video_surface_view"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" />
- </RelativeLayout>