[Android] TV: Fix resource reference for empty view

Geoffrey Métais git at videolan.org
Wed Oct 2 16:15:45 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Oct  2 16:15:14 2019 +0200| [01effa552a0ec2f92388524287e4d4291fbcbbea] | committer: Geoffrey Métais

TV: Fix resource reference for empty view

> https://code.videolan.org/videolan/vlc-android/commit/01effa552a0ec2f92388524287e4d4291fbcbbea
---

 vlc-android/res/layout/song_browser.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/song_browser.xml b/vlc-android/res/layout/song_browser.xml
index 16c920f65..8c1b7a7b4 100644
--- a/vlc-android/res/layout/song_browser.xml
+++ b/vlc-android/res/layout/song_browser.xml
@@ -27,7 +27,7 @@
                 android:layout_width="0dp"
                 android:layout_height="wrap_content"
                 android:layout_margin="@dimen/default_margin"
-                android:drawableTop="?attr/empty_icon"
+                android:drawableTop="@drawable/ic_empty_w"
                 android:drawablePadding="@dimen/default_margin"
                 android:gravity="center"
                 android:maxWidth="600dp"



More information about the Android mailing list