[Android] Make the black real black

Nicolas Pomepuy git at videolan.org
Tue Sep 20 13:49:30 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 20 15:05:05 2022 +0200| [1dd24ca5e61ec80a5cf3dbb2fba7424f9c92fa00] | committer: Nicolas Pomepuy

Make the black real black

It was initially used to make sure the player had a background but
is not used in this context anymore

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

 application/resources/src/main/res/values/colors.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/resources/src/main/res/values/colors.xml b/application/resources/src/main/res/values/colors.xml
index 1d132a4cb..afa7d894a 100644
--- a/application/resources/src/main/res/values/colors.xml
+++ b/application/resources/src/main/res/values/colors.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 
-    <color name="black">#000001</color>
+    <color name="black">#000000</color>
     <color name="white">#ffffff</color>
     <color name="red">#bb0000</color>
 



More information about the Android mailing list