[Android] Remove unnecesary background

Brais Gabín git at videolan.org
Thu Jan 24 13:36:05 CET 2019


vlc-android | branch: master | Brais Gabín <braisgabin at gmail.com> | Sun Jan 20 14:58:41 2019 +0100| [094629265e29959e5ebe861d751b5421793df07b] | committer: Geoffrey Métais

Remove unnecesary background

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

> https://code.videolan.org/videolan/vlc-android/commit/094629265e29959e5ebe861d751b5421793df07b
---

 vlc-android/res/layout/playlist_activity.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/playlist_activity.xml b/vlc-android/res/layout/playlist_activity.xml
index 61a5bb115..737be9d14 100644
--- a/vlc-android/res/layout/playlist_activity.xml
+++ b/vlc-android/res/layout/playlist_activity.xml
@@ -13,8 +13,7 @@
     <androidx.coordinatorlayout.widget.CoordinatorLayout
         android:id="@+id/coordinator"
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:background="?attr/background_default" >
+        android:layout_height="match_parent">
         <com.google.android.material.appbar.AppBarLayout
             android:id="@+id/appbar"
             android:layout_width="match_parent"



More information about the Android mailing list