fragment_news_conference.xml
3.02 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/live_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#2b2c30">
<com.ivt.plus.vitamio.CNMediaPlayer
android:id="@+id/player"
android:layout_width="match_parent"
android:layout_height="180dp"
android:background="@android:color/black" />
<RelativeLayout
android:id="@+id/other"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/player">
<RelativeLayout
android:id="@+id/container_part"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#2b2c30">
<FrameLayout
android:id="@+id/page"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="48dp"/>
<ListView
android:id="@+id/active_view"
android:layout_width="48dp"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_below="@+id/container_part_top"
android:layout_marginBottom="48dp"
android:layout_marginTop="102dp"
android:cacheColorHint="#00000000"
android:divider="@null"
android:fadingEdge="none"
android:listSelector="#00000000"
android:scrollbars="none"
android:visibility="gone" />
</RelativeLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/other_videoss"
android:layout_width="match_parent"
android:layout_height="60dp"
android:background="#25262a"
android:scrollbars="none"
android:transcriptMode="alwaysScroll" />
<LinearLayout
android:id="@+id/foot"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="vertical">
<include
android:id="@+id/footer_layout"
layout="@layout/footer_black" />
<LinearLayout
android:id="@+id/footer_for_emoticons"
android:layout_width="match_parent"
android:layout_height="@dimen/keyboard_height"
android:background="@android:color/transparent"
android:orientation="horizontal"
android:visibility="gone" />
</LinearLayout>
<FrameLayout
android:id="@+id/weblayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/other_videoss" />
</RelativeLayout>
</RelativeLayout>