Browse Source

Composer: Fix issue in dark theme

feature/bma/flipper
Benoit Marty 2 years ago
parent
commit
550ec8aefb
  1. 5
      libraries/textcomposer/src/main/res/layout/composer_rich_text_layout.xml

5
libraries/textcomposer/src/main/res/layout/composer_rich_text_layout.xml

@ -5,8 +5,9 @@ @@ -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">
<!-- EAx: Remove android:background="@drawable/bg_composer_rich_bottom_sheet" from ^ -->
<!--
There are issues here:

Loading…
Cancel
Save