Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.46 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Android applying border around SurfaceView
  2. <RelativeLayout
  3.     android:id="@+id/my_surface_view_holder"
  4.     android:layout_height="161dp"
  5.     android:layout_width="286dp"
  6.     android:padding="20dp"
  7.     android:focusable="true"
  8.     android:clickable="true"
  9.     android:background="#fff"
  10.     >
  11.     <SurfaceView
  12.         android:id="@+id/video_surface_view"
  13.         android:layout_width="fill_parent"
  14.         android:layout_height="fill_parent" />
  15. </RelativeLayout>