codeido

view_screen.xml

Dec 30th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.34 KB | None | 0 0
  1. <merge xmlns:android="http://schemas.android.com/apk/res/android"
  2.    android:id="@+id/frame_screen"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent">
  5.  
  6.     <SurfaceView
  7.        android:id="@+id/surface_screen"
  8.        android:layout_width="match_parent"
  9.        android:layout_height="match_parent" />
  10.  
  11. </merge>
Add Comment
Please, Sign In to add comment