This repository was archived by the owner on Sep 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
conference/src/main/res/layout Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4444 <org .webrtc.SurfaceViewRenderer
4545 android : id =" @+id/full_renderer"
4646 android : layout_width =" match_parent"
47- android : layout_height =" match_parent" />
47+ android : layout_height =" match_parent"
48+ android : filterTouchesWhenObscured =" true" />
4849
4950 <org .webrtc.SurfaceViewRenderer
5051 android : id =" @+id/small_renderer"
5152 android : layout_width =" 160dp"
52- android : layout_height =" 120dp" />
53+ android : layout_height =" 120dp"
54+ android : filterTouchesWhenObscured =" true" />
5355
5456
5557 </FrameLayout >
Original file line number Diff line number Diff line change 1414 android : layout_height =" 160dp"
1515 android : layout_alignParentEnd =" true"
1616 android : layout_alignParentRight =" true"
17- android : layout_alignParentTop =" true" />
17+ android : layout_alignParentTop =" true"
18+ android : filterTouchesWhenObscured =" true" />
1819
1920 <org .webrtc.SurfaceViewRenderer
2021 android : id =" @+id/full_renderer"
2122 android : layout_width =" match_parent"
22- android : layout_height =" match_parent" />
23+ android : layout_height =" match_parent"
24+ android : filterTouchesWhenObscured =" true" />
2325
2426 <Button
2527 android : id =" @+id/publish_btn"
You can’t perform that action at this time.
0 commit comments