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_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"
|
||||||
|
|
Loading…
Reference in a new issue