Fixed participant cell background color in dark mode while scheduling a conference

This commit is contained in:
Sylvain Berfini 2023-11-28 10:05:41 +01:00
parent 327428d253
commit 61eb7276a6

View file

@ -12,7 +12,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/conference_scheduling_participant_cell_height" android:layout_height="@dimen/conference_scheduling_participant_cell_height"
android:gravity="center_vertical" android:gravity="center_vertical"
android:background="@color/white_color"> android:background="?attr/backgroundColor">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"