forked from organicmaps/organicmaps
[Android] Fix toolbar in DrivingOptions screen
Signed-off-by: Dzmitry Strekha <mr.choo96@gmail.com>
This commit is contained in:
parent
59ae10a810
commit
09bfedabd4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue