[Android] Make the black real black
Nicolas Pomepuy
git at videolan.org
Tue Sep 20 15:06:15 UTC 2022
vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 20 15:05:05 2022 +0200| [e55aa4394c39f7b5b6b641e3d82763022cceafa2] | committer: Duncan McNamara
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/e55aa4394c39f7b5b6b641e3d82763022cceafa2
---
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