关于互联网的网站网站怎样做全国地区推广
有时候我们有需要在native层做在surfaceview的上下文中做渲染,这个时候只是提供了一个单独什么都不做的surfaceview。
xml文件如下:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:id="@+id/container"android:layout_width="match_parent"android:layout_height="match_parent"tools:context="com.buffer.mirror2.MirrorActivity" ><com.buffer.mirror2.MirrorSurfaceViewandroid:id="@+id/MirrorSurfaceView"android:layout_width="match_parent"android:layout_height="match_parent" /></RelativeLayout>