[Android] scan: use solid colors for progress bar

Sébastien Toque git at videolan.org
Tue Jan 14 21:45:11 CET 2014


vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Tue Jan 14 21:28:37 2014 +0100| [a0d961360d25398c13c53c28df43acd5af25d3cd] | committer: Sébastien Toque

scan: use solid colors for progress bar

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a0d961360d25398c13c53c28df43acd5af25d3cd
---

 vlc-android/res/drawable/progress.xml |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/vlc-android/res/drawable/progress.xml b/vlc-android/res/drawable/progress.xml
index 5c32ff2..b757f9f 100644
--- a/vlc-android/res/drawable/progress.xml
+++ b/vlc-android/res/drawable/progress.xml
@@ -2,20 +2,13 @@
 
     <item android:id="@android:id/background">
         <shape>
-            <gradient
-                android:angle="270"
-                android:centerColor="#AADDDDDD"
-                android:endColor="#AAAAAAAA"
-                android:startColor="#AAAAAAAA" />
+            <solid android:color="@color/background_menu"/>
         </shape>
     </item>
     <item android:id="@android:id/progress">
         <clip>
             <shape>
-                <gradient
-                    android:angle="270"
-                    android:endColor="#FFAA4400"
-                    android:startColor="#FFEE8800" />
+                <solid android:color="@color/darkorange"/>
             </shape>
         </clip>
     </item>



More information about the Android mailing list