Skip to content
Snippets Groups Projects
Commit 09900dca authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Restore toolbar size

Fix #733
parent 7cfca0e6
No related branches found
No related tags found
No related merge requests found
Pipeline #4088 passed with stage
in 3 minutes and 42 seconds
......@@ -64,7 +64,7 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/main_toolbar"
android:layout_width="match_parent"
android:layout_height="@dimen/toolbar_height"
android:layout_height="?attr/actionBarSize"
vlc:navigationContentDescription="@string/abc_action_bar_up_description"
vlc:popupTheme="?attr/toolbar_popup_style"
vlc:theme="@style/Toolbar.VLC"
......
......@@ -42,7 +42,7 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/main_toolbar"
android:layout_width="match_parent"
android:layout_height="@dimen/toolbar_height"
android:layout_height="?attr/actionBarSize"
vlc:navigationContentDescription="@string/abc_action_bar_up_description"
vlc:popupTheme="?attr/toolbar_popup_style"
vlc:theme="@style/Toolbar.VLC"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment