[Android] Use the correct background for remote view
Geoffrey Métais
git at videolan.org
Wed Jan 17 15:29:57 CET 2018
vlc-android | branch: chromecast | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 16 16:56:27 2018 +0100| [bf7d15207b344ee3291e5e4fc5d735ce0ebe3c2f] | committer: Geoffrey Métais
Use the correct background for remote view
> https://code.videolan.org/videolan/vlc-android/commit/bf7d15207b344ee3291e5e4fc5d735ce0ebe3c2f
---
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