[Android] Use new renderer default background image

Alexandre Perraud git at videolan.org
Tue Jan 16 17:46:09 CET 2018


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

Use new renderer default background image

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

 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 1884b229c..790d27acb 100644
--- a/vlc-android/res/layout/player_remote_control.xml
+++ b/vlc-android/res/layout/player_remote_control.xml
@@ -36,11 +36,11 @@
         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" >
 
         <ImageView
-            android:id="@+id/player_remote_tips_background"
+            android:id="@+id/renderer_background_cone"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_centerInParent="true"



More information about the Android mailing list