From 6bcd24bf561de5135f9ad337ed018c0007c07f84 Mon Sep 17 00:00:00 2001 From: sowjanyakch Date: Wed, 4 Dec 2024 15:59:17 +0100 Subject: [PATCH] add out_of_office_view.xml Signed-off-by: sowjanyakch --- app/src/main/res/layout/activity_chat.xml | 11 ++++ .../main/res/layout/out_of_office_view.xml | 53 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 app/src/main/res/layout/out_of_office_view.xml diff --git a/app/src/main/res/layout/activity_chat.xml b/app/src/main/res/layout/activity_chat.xml index 23e4c9de8..a6936ce88 100644 --- a/app/src/main/res/layout/activity_chat.xml +++ b/app/src/main/res/layout/activity_chat.xml @@ -127,6 +127,16 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file