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

Fix audioplayer layout for black theme and RTL

parent 12a75955
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@
android:layout_height="32dp"
android:layout_gravity="center"
android:layout_weight="0"
android:layout_marginLeft="@dimen/default_margin"
android:layout_marginRight="@dimen/half_default_margin"
android:layout_marginStart="@dimen/default_margin"
android:layout_marginEnd="@dimen/half_default_margin"
android:background="#00000000"
android:focusable="true"
android:scaleType="fitXY"
......@@ -52,7 +52,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/playlist_search_text"
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:focusable="true"
android:visibility="gone">
<EditText
......@@ -137,7 +137,7 @@
android:layout_height="match_parent"
android:layout_below="@+id/header"
android:layout_above="@+id/player_controls"
android:background="?attr/background_default">
android:background="?attr/background_default_darker">
<android.support.v7.widget.RecyclerView
android:id="@+id/songs_list"
......@@ -145,7 +145,7 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:layout_gravity="center_horizontal"
android:background="@android:color/white"
android:background="?attr/background_default"
android:paddingBottom="@dimen/listview_bottom_padding" />
<org.videolan.vlc.gui.view.CoverMediaSwitcher
......
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