[Android] Use new renderer default background image

Alexandre Perraud git at videolan.org
Thu Dec 21 16:16:43 CET 2017


vlc-android | branch: chromecast | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Dec 20 18:05:53 2017 +0100| [f95fa2c2421215660606a4e2d6c3ca582d992677] | committer: Alexandre Perraud

Use new renderer default background image

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

 vlc-android/res/layout/player_remote_control.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/player_remote_control.xml b/vlc-android/res/layout/player_remote_control.xml
index bd94f68a6..53174896e 100644
--- a/vlc-android/res/layout/player_remote_control.xml
+++ b/vlc-android/res/layout/player_remote_control.xml
@@ -36,7 +36,7 @@
         android:id="@+id/player_overlay_background"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:background="@color/grey850"
+        android:background="@color/black"
         android:fitsSystemWindows="true" >
 
         <android.support.v7.widget.ViewStubCompat
@@ -53,7 +53,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:visibility="invisible" />
 
         <RelativeLayout



More information about the Android mailing list