diff --git a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml
index 523a6fc82d..fd30dd553b 100644
--- a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml
+++ b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml
@@ -8,7 +8,7 @@
android:id="@+id/steering_wheel"
android:layout_width="@dimen/dp_300"
android:layout_height="@dimen/dp_300"
- android:layout_marginLeft="@dimen/dp_90"
+ android:layout_marginLeft="@dimen/dp_50"
android:layout_marginTop="@dimen/dp_112"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -20,24 +20,29 @@
android:layout_marginLeft="@dimen/bus_p_curent_station_panel_margin"
android:layout_marginTop="@dimen/dp_112"
android:scaleType="fitXY"
- android:visibility="invisible"
+ android:visibility="gone"
android:layout_gravity="center_horizontal"
android:src="@drawable/bus_p_un_auto_nor"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
-
+ app:bgColor="@color/bus_p_panel_cur_station_panel_color"
+ app:blurRadius="@dimen/dp_12"
+ app:shadowRadius="@dimen/dp_20"
+ app:shadowColor="@color/bus_p_panel_edge_shadow"
+ app:xOffset="0px"
+ app:yOffset="0px">
+
+
+
638px
316px
50px
+ 38px
44px
55px
40px
diff --git a/OCH/mogo-och-bus-passenger/src/main/res/values/colors.xml b/OCH/mogo-och-bus-passenger/src/main/res/values/colors.xml
index 06035c5d4b..8e63faf83d 100644
--- a/OCH/mogo-och-bus-passenger/src/main/res/values/colors.xml
+++ b/OCH/mogo-och-bus-passenger/src/main/res/values/colors.xml
@@ -26,4 +26,5 @@
#E6E9EFFC
#33394C63
#2D3E5F
+ #33394C63
\ No newline at end of file
diff --git a/OCH/mogo-och-bus-passenger/src/main/res/values/dimens.xml b/OCH/mogo-och-bus-passenger/src/main/res/values/dimens.xml
index 6ad2fdc16a..c32aec9eff 100644
--- a/OCH/mogo-och-bus-passenger/src/main/res/values/dimens.xml
+++ b/OCH/mogo-och-bus-passenger/src/main/res/values/dimens.xml
@@ -50,7 +50,8 @@
638px
316px
- 50px
+ 38px
+ 38px
44px
55px
40px