[Android] Use the correct background for remote view

Geoffrey Métais git at videolan.org
Fri Jan 26 15:16:28 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 16 16:56:27 2018 +0100| [3511d405eeb477cb3a6b2db65986e2925f4090cf] | committer: Geoffrey Métais

Use the correct background for remote view

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

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

diff --git a/vlc-android/res/layout/player_remote_control.xml b/vlc-android/res/layout/player_remote_control.xml
index 790d27acb..0fc5267e2 100644
--- a/vlc-android/res/layout/player_remote_control.xml
+++ b/vlc-android/res/layout/player_remote_control.xml
@@ -44,7 +44,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_centerInParent="true"
-            android:src="@drawable/background_cone" />
+            android:src="@drawable/renderer_background_cone" />
 
         <android.support.v7.widget.ViewStubCompat
             android:id="@+id/player_info_stub"



More information about the Android mailing list