From f84f42d8bd0ebc876efbb0e9f9a9c0aa22a5b6e8 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 13 Nov 2023 11:36:01 +0100 Subject: [PATCH] Moved voice recording layout to it's own file --- ...conversation_record_voice_message_area.xml | 138 ++++++++++++++++++ ...at_conversation_send_area_bottom_sheet.xml | 120 ++------------- 2 files changed, 149 insertions(+), 109 deletions(-) create mode 100644 app/src/main/res/layout/chat_conversation_record_voice_message_area.xml diff --git a/app/src/main/res/layout/chat_conversation_record_voice_message_area.xml b/app/src/main/res/layout/chat_conversation_record_voice_message_area.xml new file mode 100644 index 000000000..f056fcd79 --- /dev/null +++ b/app/src/main/res/layout/chat_conversation_record_voice_message_area.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/chat_conversation_send_area_bottom_sheet.xml b/app/src/main/res/layout/chat_conversation_send_area_bottom_sheet.xml index e43bda0ac..97724818a 100644 --- a/app/src/main/res/layout/chat_conversation_send_area_bottom_sheet.xml +++ b/app/src/main/res/layout/chat_conversation_send_area_bottom_sheet.xml @@ -20,13 +20,6 @@ app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"> - - - - - - - - - - - - - - + + \ No newline at end of file