Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <SurfaceView android:id="@+id/surface"
  2. android:layout_width="600px"
  3. android:layout_height="400px"
  4. android:layout_gravity="center">
  5. </SurfaceView>
  6.  
  7. <WebView
  8. android:id="@+id/webview"
  9. android:layout_width="fill_parent"
  10. android:layout_height="2dip"
  11. android:layout_weight="1"
  12. />
  13.  
  14. </LinearLayout>
Add Comment
Please, Sign In to add comment