1
0
Fork 0

For #8898 Show round progress bar only on end side

This will auto-mirror on RTL so it will also show at progressbar end
master
mcarare 2020-03-02 16:04:14 +02:00 committed by Emily Kager
parent 6ac13b3f7b
commit 0b07f99127
1 changed files with 5 additions and 1 deletions

View File

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