Skip to content
Snippets Groups Projects
Commit 90f7897f authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

Playlist: fix title missing

parent 7d575f1a
No related branches found
No related tags found
Loading
......@@ -2,6 +2,6 @@
<resources>
<dimen name="subs_dl_dialog_height">448dp</dimen>
<dimen name="audio_player_seekbar_bottom_margin">32dp</dimen>
<dimen name="toolbar_height">-2px</dimen>
<dimen name="toolbar_height">40dp</dimen>
<dimen name="tab_layout_height">-2px</dimen>
</resources>
\ No newline at end of file
......@@ -50,7 +50,7 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/main_toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_height="@dimen/toolbar_height"
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