diff --git a/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml b/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml index f983004340..51b6915fcb 100644 --- a/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml +++ b/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml @@ -64,7 +64,7 @@ android:layout_height="1px" android:layout_marginStart="@dimen/dp_80" android:layout_marginEnd="@dimen/dp_80" - android:background="@android:color/white" + android:background="#88ffffff" android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/rv_line_task_list" app:layout_constraintEnd_toEndOf="parent"