aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris "Koying" Browet <cbro@semperpax.com>2014-11-22 14:42:12 +0100
committerChris "Koying" Browet <cbro@semperpax.com>2014-11-23 20:51:43 +0100
commit841d2f3d9da958ed066d0882e11450e3e90343de (patch)
tree5c460df9e74b5180dd720541854bee9e34c4b2b3
parent71644d76e92b25ef40d79ae1a315c618fb852e6b (diff)
CHG: [rebrand;droid] adjust progressbar colors
-rw-r--r--tools/android/packaging/xbmc/res/drawable/progresscolor.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/android/packaging/xbmc/res/drawable/progresscolor.xml b/tools/android/packaging/xbmc/res/drawable/progresscolor.xml
index 0293d4818c..4bca6f2cd7 100644
--- a/tools/android/packaging/xbmc/res/drawable/progresscolor.xml
+++ b/tools/android/packaging/xbmc/res/drawable/progresscolor.xml
@@ -7,8 +7,8 @@
<gradient
android:angle="270"
- android:endColor="#0e0e0e"
- android:startColor="#7d7e7d"
+ android:endColor="#0E5A91"
+ android:startColor="#31afe1"
/>
</shape>
</item>
@@ -19,8 +19,8 @@
<gradient
android:angle="270"
- android:endColor="#7d7e7d"
- android:startColor="#ffffff" />
+ android:endColor="#31afe1"
+ android:startColor="#E5F7FF" />
</shape>
</clip>
</item>