2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

For #1049 - Round out progress bar

This commit is contained in:
Emily Kager 2019-04-18 13:36:34 -07:00 committed by Emily Kager
parent f741213c4a
commit ac7a9e25b9

View File

@ -10,13 +10,14 @@
</item>
<item android:id="@android:id/progress">
<clip>
<scale android:scaleWidth="100%">
<shape>
<corners android:radius="8dp"/>
<gradient
android:centerColor="#F10366"
android:endColor="#FF9100"
android:startColor="#6173FF" />
</shape>
</clip>
</scale>
</item>
</layer-list>