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