From 550ec8aefb7af1d6f1e02c7ac80c52b6d18ab30b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 1 Dec 2022 11:43:36 +0100 Subject: [PATCH] Composer: Fix issue in dark theme --- .../src/main/res/layout/composer_rich_text_layout.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/textcomposer/src/main/res/layout/composer_rich_text_layout.xml b/libraries/textcomposer/src/main/res/layout/composer_rich_text_layout.xml index f04884f603..d099c72cab 100644 --- a/libraries/textcomposer/src/main/res/layout/composer_rich_text_layout.xml +++ b/libraries/textcomposer/src/main/res/layout/composer_rich_text_layout.xml @@ -5,8 +5,9 @@ android:id="@+id/composerLayout" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical" - android:background="@drawable/bg_composer_rich_bottom_sheet"> + android:orientation="vertical"> + +