1
0
Fork 0

For #4039 - Set angle of progress bar gradient

master
ekager 2019-07-12 17:55:38 -07:00 committed by Emily Kager
parent abc4e93cc3
commit 89a500beaf
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@
<item android:id="@android:id/progress">
<scale android:scaleWidth="100%">
<shape>
<corners android:radius="8dp"/>
<corners android:radius="8dp" />
<gradient
android:angle="45"
android:centerColor="#F10366"
android:endColor="#FF9100"
android:startColor="#6173FF" />