<FrameLayout
android:layout_width="match_parent"
android:layout_height="200dp">
<com.xmu.lxq.aiad.widget.CameraView
android:id="@+id/camera_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<SurfaceView
android:id="@+id/surfaceView"
android:layout_width="match_parent"
android:layout_height="220dp" />
<!--播放按钮-->
<ImageButton
android:id="@+id/video_start"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_gravity="center"
android:background="@drawable/edit_pla
Android 自定义SeekBar样式
最新推荐文章于 2021-05-25 14:53:38 发布