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

Fix equalizer display

parent c99733a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
android:orientation="vertical"
android:layout_marginBottom="@dimen/actionBarSize" >
<LinearLayout
android:layout_width="match_parent"
......
......@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
android:orientation="vertical"
android:layout_marginBottom="@dimen/actionBarSize" >
<LinearLayout
android:layout_width="wrap_content"
......
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