[Android] TV: Fix resource reference for empty view

Geoffrey Métais git at videolan.org
Fri Oct 4 16:28:51 CEST 2019


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

TV: Fix resource reference for empty view

(cherry picked from commit 01effa552a0ec2f92388524287e4d4291fbcbbea)

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

 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