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

Fix audio player layout variable type

(cherry picked from commit 2de5161f)
parent e19847d1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
type="org.videolan.vlc.gui.audio.AudioPlayer" />
<variable
name="showCover"
type="Boolean" />
type="boolean" />
</data>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/content_layout"
......
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