[fenix] For https://github.com/mozilla-mobile/fenix/issues/4039 - Set angle of progress bar gradient

pull/600/head
ekager 5 years ago committed by Emily Kager
parent 30f9fdfa86
commit 32ab171f8f

@ -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" />

Loading…
Cancel
Save