From 3b4e12a5ded1ee67085d0770d1c50a8033f78c0a Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 26 Oct 2021 15:16:01 +0300 Subject: [PATCH] Layout files --- .../app/src/main/res/layout/local_video.xml | 14 +++++++++++++ .../app/src/main/res/layout/remote_video.xml | 20 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 android/app/src/main/res/layout/local_video.xml create mode 100644 android/app/src/main/res/layout/remote_video.xml diff --git a/android/app/src/main/res/layout/local_video.xml b/android/app/src/main/res/layout/local_video.xml new file mode 100644 index 00000000..f47c48cd --- /dev/null +++ b/android/app/src/main/res/layout/local_video.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/layout/remote_video.xml b/android/app/src/main/res/layout/remote_video.xml new file mode 100644 index 00000000..cfdbeb0d --- /dev/null +++ b/android/app/src/main/res/layout/remote_video.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file