fragment_publish.xml
927 字节
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.mang.xdy.demo.fragment.PublishFragment">
<!-- TODO: Update blank fragment layout -->
<SurfaceView
android:id="@+id/sur_publish"
android:layout_width="match_parent"
android:layout_height="200dp"
android:text="@string/hello_blank_fragment" />
<Button
android:id="@+id/btn_publish_gets"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="获取推流地址,开始推流"
/>
<Button
android:id="@+id/btn_publish_stop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="停止推流"
/>
</FrameLayout>