From c3516efac402625a58b8b9a380ae11f87ddf4ec8 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sun, 9 Oct 2022 11:28:10 +0200 Subject: [PATCH] Add compact message layout --- .../main/res/layout/message_item_compact.xml | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 app/src/main/res/layout/message_item_compact.xml diff --git a/app/src/main/res/layout/message_item_compact.xml b/app/src/main/res/layout/message_item_compact.xml new file mode 100644 index 0000000..e3cf3bd --- /dev/null +++ b/app/src/main/res/layout/message_item_compact.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + \ No newline at end of file