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 4cd1812136..142e13dc2d 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 @@ -31,18 +31,19 @@ android:layout_height="@dimen/bus_p_curent_station_panel_height" android:layout_marginLeft="@dimen/bus_p_curent_station_panel_margin" android:layout_marginBottom="@dimen/bus_p_curent_station_panel_margin" - app:cardBackgroundColor="@color/bus_p_panel_cur_station_panel_color" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" + android:alpha="0.99" + app:cardElevation="@dimen/dp_5" + app:cardBackgroundColor="@color/bus_p_panel_cur_station_panel_color" app:cardCornerRadius="20px"/> - @@ -68,10 +70,11 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/dp_20" android:text="@string/bus_p_cur_station_arrived_tip" - android:elevation="4px" + android:elevation="@dimen/dp_10" android:textColor="@color/bus_p_panel_cur_station_tips_color" android:textSize="@dimen/bus_p_curent_station_tip_size1" app:layout_constraintLeft_toLeftOf="@+id/bus_p_cur_station_name" app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name" /> + \ No newline at end of file diff --git a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_route_fragment.xml b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_route_fragment.xml index 198397f671..e6b489e0b5 100644 --- a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_route_fragment.xml +++ b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_route_fragment.xml @@ -5,20 +5,30 @@ android:layout_height="match_parent" android:background="@android:color/transparent"> - + + + + + + + + + + + + + + + + + app:layout_constraintTop_toTopOf="parent" + android:elevation="@dimen/dp_10">