This repository was archived by the owner on Sep 25, 2023. It is now read-only.
File tree 2 files changed +8
-4
lines changed
conference/src/main/res/layout 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 44
44
<org .webrtc.SurfaceViewRenderer
45
45
android : id =" @+id/full_renderer"
46
46
android : layout_width =" match_parent"
47
- android : layout_height =" match_parent" />
47
+ android : layout_height =" match_parent"
48
+ android : filterTouchesWhenObscured =" true" />
48
49
49
50
<org .webrtc.SurfaceViewRenderer
50
51
android : id =" @+id/small_renderer"
51
52
android : layout_width =" 160dp"
52
- android : layout_height =" 120dp" />
53
+ android : layout_height =" 120dp"
54
+ android : filterTouchesWhenObscured =" true" />
53
55
54
56
55
57
</FrameLayout >
Original file line number Diff line number Diff line change 14
14
android : layout_height =" 160dp"
15
15
android : layout_alignParentEnd =" true"
16
16
android : layout_alignParentRight =" true"
17
- android : layout_alignParentTop =" true" />
17
+ android : layout_alignParentTop =" true"
18
+ android : filterTouchesWhenObscured =" true" />
18
19
19
20
<org .webrtc.SurfaceViewRenderer
20
21
android : id =" @+id/full_renderer"
21
22
android : layout_width =" match_parent"
22
- android : layout_height =" match_parent" />
23
+ android : layout_height =" match_parent"
24
+ android : filterTouchesWhenObscured =" true" />
23
25
24
26
<Button
25
27
android : id =" @+id/publish_btn"
You can’t perform that action at this time.
0 commit comments