includ_backlive_button.xml
1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/uplive_btn_layout"
android:gravity="center_vertical"
>
<ImageButton
android:id="@+id/playback_show_ss"
android:layout_width="34dip"
android:layout_height="30dip"
android:layout_alignParentLeft="true"
android:layout_marginLeft="13dip"
android:background="@null"
android:src="@drawable/live_backstop" />
<ImageButton
android:id="@+id/playback_chat"
android:layout_width="34dip"
android:layout_height="34dip"
android:layout_marginRight="10dip"
android:layout_toLeftOf="@+id/playback_share"
android:background="@drawable/uplive_guanzhu" />
<ImageButton
android:id="@+id/playback_share"
android:layout_width="34dip"
android:layout_height="34dip"
android:layout_marginRight="10dip"
android:layout_toLeftOf="@+id/playback_close"
android:visibility="gone"
android:background="@drawable/uplive_share" />
<ImageButton
android:id="@+id/playback_close"
android:layout_width="34dip"
android:layout_height="34dip"
android:layout_alignParentRight="true"
android:layout_marginRight="13dip"
android:background="@drawable/uplive_close" />
</RelativeLayout>