From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../androidapp/res/layout/activity_call.xml | 34 +++++++++ .../androidapp/res/layout/activity_connect.xml | 80 ++++++++++++++++++++++ .../androidapp/res/layout/fragment_call.xml | 77 +++++++++++++++++++++ .../androidapp/res/layout/fragment_hud.xml | 27 ++++++++ 4 files changed, 218 insertions(+) create mode 100644 third_party/libwebrtc/examples/androidapp/res/layout/activity_call.xml create mode 100644 third_party/libwebrtc/examples/androidapp/res/layout/activity_connect.xml create mode 100644 third_party/libwebrtc/examples/androidapp/res/layout/fragment_call.xml create mode 100644 third_party/libwebrtc/examples/androidapp/res/layout/fragment_hud.xml (limited to 'third_party/libwebrtc/examples/androidapp/res/layout') diff --git a/third_party/libwebrtc/examples/androidapp/res/layout/activity_call.xml b/third_party/libwebrtc/examples/androidapp/res/layout/activity_call.xml new file mode 100644 index 0000000000..bf811426f3 --- /dev/null +++ b/third_party/libwebrtc/examples/androidapp/res/layout/activity_call.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/third_party/libwebrtc/examples/androidapp/res/layout/activity_connect.xml b/third_party/libwebrtc/examples/androidapp/res/layout/activity_connect.xml new file mode 100644 index 0000000000..017e5cabff --- /dev/null +++ b/third_party/libwebrtc/examples/androidapp/res/layout/activity_connect.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/third_party/libwebrtc/examples/androidapp/res/layout/fragment_call.xml b/third_party/libwebrtc/examples/androidapp/res/layout/fragment_call.xml new file mode 100644 index 0000000000..90b1e9ca0e --- /dev/null +++ b/third_party/libwebrtc/examples/androidapp/res/layout/fragment_call.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/third_party/libwebrtc/examples/androidapp/res/layout/fragment_hud.xml b/third_party/libwebrtc/examples/androidapp/res/layout/fragment_hud.xml new file mode 100644 index 0000000000..483e7ba456 --- /dev/null +++ b/third_party/libwebrtc/examples/androidapp/res/layout/fragment_hud.xml @@ -0,0 +1,27 @@ + + + + + + + + + -- cgit v1.2.3