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:
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…
Reference in New Issue
Block a user