[Android] Set seekbar background transparent
Geoffrey Métais
git at videolan.org
Thu Jun 22 13:37:59 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jun 22 13:36:57 2017 +0200| [f5765de3832b6475a3bcf8f315dcd5f28164c457] | committer: Geoffrey Métais
Set seekbar background transparent
> https://code.videolan.org/videolan/vlc-android/commit/f5765de3832b6475a3bcf8f315dcd5f28164c457
---
vlc-android/res/drawable/gridview_progressbar.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/drawable/gridview_progressbar.xml b/vlc-android/res/drawable/gridview_progressbar.xml
index 81574bdc4..fc5482562 100644
--- a/vlc-android/res/drawable/gridview_progressbar.xml
+++ b/vlc-android/res/drawable/gridview_progressbar.xml
@@ -3,7 +3,7 @@
<item android:id="@android:id/background">
<shape>
- <solid android:color="@color/grey900transparent" />
+ <solid android:color="@color/transparent" />
</shape>
</item>
More information about the Android
mailing list