Commit eaba269fccd30433e42a26d42169cf06bb1a05b5

Authored by 朱显松
1 parent 84f0a75c

补充Layout

app/src/main/res/layout/activity_main.xml
... ... @@ -15,25 +15,11 @@
15 15 android:layout_height="wrap_content"
16 16 android:text="播放普通视频" />
17 17  
18   - <Button
19   - android:id="@+id/playCnlive"
20   - android:layout_width="wrap_content"
21   - android:layout_height="wrap_content"
22   - android:text="播放视讯云视频"
23   - android:layout_below="@+id/play"/>
24   -
25   - <EditText
26   - android:id="@+id/activedId"
27   - android:layout_width="match_parent"
28   - android:layout_height="50dp"
29   - android:layout_toRightOf="@+id/playCnlive"
30   - android:layout_alignBottom="@+id/playCnlive"/>
31   -
32 18 <Button android:id="@+id/videoId"
33 19 android:layout_width="wrap_content"
34 20 android:layout_height="wrap_content"
35 21 android:text="播放视讯云视频 点播/直播 ID"
36   - android:layout_below="@+id/playCnlive"/>
  22 + android:layout_below="@+id/play"/>
37 23  
38 24 <Button
39 25 android:id="@+id/barrageBtn"
... ...