rounded of corners of progress bars and added visible background

This commit is contained in:
Graham Jones
2015-12-09 22:57:20 +00:00
parent 159430f745
commit 71e2697a81
3 changed files with 21 additions and 15 deletions

View File

@@ -3,11 +3,12 @@
<!-- Define the background properties like color etc -->
<item android:id="@android:id/background">
<shape>
<corners android:radius="10dp"/>
<gradient
android:startColor="#000000"
android:centerColor="#000000"
android:centerY="1.0"
android:endColor="#000000"
android:startColor="#101010"
android:centerColor="#202020"
android:centerY="0.5"
android:endColor="#101010"
android:angle="270"
/>
</shape>
@@ -17,6 +18,7 @@
<item android:id="@android:id/progress">
<clip>
<shape>
<corners android:radius="5dp"/>
<gradient
android:startColor="#ff0000"
android:centerColor="#ffa0a0"