mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed participant cell background color in dark mode while scheduling a conference
This commit is contained in:
parent
327428d253
commit
61eb7276a6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/conference_scheduling_participant_cell_height"
|
||||
android:gravity="center_vertical"
|
||||
android:background="@color/white_color">
|
||||
android:background="?attr/backgroundColor">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue