glaznev@webrtc.org | bc40324 | 2015-02-10 23:04:13 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
sakal | fcf97c3 | 2017-07-18 05:01:08 -0700 | [diff] [blame] | 3 | <!-- tools:ignore is needed because lint thinks this can be replaced with a merge. Replacing this |
| 4 | with a merge causes the fullscreen SurfaceView not to be centered. --> |
| 5 | <FrameLayout |
| 6 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 | xmlns:tools="http://schemas.android.com/tools" |
| 8 | android:layout_width="match_parent" |
| 9 | android:layout_height="match_parent" |
| 10 | tools:ignore="MergeRootFrame"> |
glaznev@webrtc.org | bc40324 | 2015-02-10 23:04:13 +0000 | [diff] [blame] | 11 | |
sakal | 07a050f | 2017-02-13 05:58:27 -0800 | [diff] [blame] | 12 | <org.webrtc.SurfaceViewRenderer |
| 13 | android:id="@+id/fullscreen_video_view" |
sakal | fcf97c3 | 2017-07-18 05:01:08 -0700 | [diff] [blame] | 14 | android:layout_width="wrap_content" |
| 15 | android:layout_height="wrap_content" |
| 16 | android:layout_gravity="center" /> |
Magnus Jedvert | 7076729 | 2015-09-24 16:02:07 +0200 | [diff] [blame] | 17 | |
sakal | 07a050f | 2017-02-13 05:58:27 -0800 | [diff] [blame] | 18 | <org.webrtc.SurfaceViewRenderer |
| 19 | android:id="@+id/pip_video_view" |
| 20 | android:layout_height="144dp" |
| 21 | android:layout_width="wrap_content" |
| 22 | android:layout_gravity="bottom|end" |
| 23 | android:layout_margin="16dp"/> |
glaznev@webrtc.org | bc40324 | 2015-02-10 23:04:13 +0000 | [diff] [blame] | 24 | |
| 25 | <FrameLayout |
| 26 | android:id="@+id/call_fragment_container" |
| 27 | android:layout_width="match_parent" |
| 28 | android:layout_height="match_parent" /> |
glaznev@webrtc.org | 2161234 | 2015-03-17 18:23:31 +0000 | [diff] [blame] | 29 | <FrameLayout |
| 30 | android:id="@+id/hud_fragment_container" |
| 31 | android:layout_width="match_parent" |
| 32 | android:layout_height="match_parent" /> |
glaznev@webrtc.org | bc40324 | 2015-02-10 23:04:13 +0000 | [diff] [blame] | 33 | |
sakal | fcf97c3 | 2017-07-18 05:01:08 -0700 | [diff] [blame] | 34 | </FrameLayout> |