Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <FrameLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:id="@+id/frameTest"
  5. xmlns:android="http://schemas.android.com/apk/res/android">
  6.  
  7. <SurfaceView
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:id="@+id/surfaceView"/>
  11. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement