| | |
| | | android:layout_weight="1" |
| | | > |
| | | <SurfaceView |
| | | android:id="@+id/surfaceview1" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@mipmap/ic_launcher"/> |
| | | android:layout_height="match_parent"/> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/view_size_50" |
| | |
| | | android:layout_weight="1" |
| | | android:layout_marginLeft="2dp" |
| | | > |
| | | <SurfaceView |
| | | <com.bsk.zhangbo.demoforbsk.widget.MyGLSurfaceView |
| | | android:id="@+id/surfaceview2" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@mipmap/ic_launcher"/> |
| | | android:layout_height="match_parent"/> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | |
| | | </RelativeLayout> |
| | | </RelativeLayout> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |