[Android] Fix toolbar in DrivingOptions screen

Signed-off-by: Dzmitry Strekha <mr.choo96@gmail.com>
This commit is contained in:
Dzmitry Strekha 2024-09-19 20:29:07 +03:00 committed by Roman Tsisyk
parent 59ae10a810
commit 09bfedabd4

View file

@ -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"