diff --git a/android/app/src/main/res/layout/fragment_driving_options.xml b/android/app/src/main/res/layout/fragment_driving_options.xml index 0030131b0b..9da7f7a9da 100644 --- a/android/app/src/main/res/layout/fragment_driving_options.xml +++ b/android/app/src/main/res/layout/fragment_driving_options.xml @@ -10,7 +10,7 @@ android:id="@+id/toolbar" style="@style/MwmWidget.ToolbarStyle" android:layout_width="match_parent" - android:layout_height="?attr/actionBarSize" + android:layout_height="wrap_content" android:background="?colorPrimary" android:gravity="end|center_vertical" android:theme="@style/MwmWidget.ToolbarTheme"