For #8898 Show round progress bar only on end side

This will auto-mirror on RTL so it will also show at progressbar end
fennec/beta
mcarare 4 years ago committed by Emily Kager
parent 6ac13b3f7b
commit 0b07f99127

@ -12,7 +12,11 @@
<item android:id="@android:id/progress">
<scale android:scaleWidth="100%">
<shape>
<corners android:radius="8dp" />
<corners
android:bottomLeftRadius="0dp"
android:bottomRightRadius="8dp"
android:topLeftRadius="0dp"
android:topRightRadius="8dp"/>
<gradient
android:angle="45"
android:centerColor="#F10366"

Loading…
Cancel
Save