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

@ -14,6 +14,7 @@
<shape>
<corners android:radius="8dp" />
<gradient
android:angle="45"
android:centerColor="#F10366"
android:endColor="#FF9100"
android:startColor="#6173FF" />