2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
ekager 2019-07-12 17:55:38 -07:00 committed by Emily Kager
parent 30f9fdfa86
commit 32ab171f8f

View File

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