Skip to content

Commit

Permalink
CHG: [rebrand;droid] adjust progressbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Nov 23, 2014
1 parent 71644d7 commit 841d2f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/android/packaging/xbmc/res/drawable/progresscolor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<gradient
android:angle="270"
android:endColor="#0e0e0e"
android:startColor="#7d7e7d"
android:endColor="#0E5A91"
android:startColor="#31afe1"
/>
</shape>
</item>
Expand All @@ -19,8 +19,8 @@

<gradient
android:angle="270"
android:endColor="#7d7e7d"
android:startColor="#ffffff" />
android:endColor="#31afe1"
android:startColor="#E5F7FF" />
</shape>
</clip>
</item>
Expand Down

0 comments on commit 841d2f3

Please sign in to comment.