progress_bar_progress.xml raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <rotate xmlns:android="http://schemas.android.com/apk/res/android"
3 android:fromDegrees="270"
4 android:toDegrees="270">
5 <shape
6 android:innerRadiusRatio="2.5"
7 android:shape="ring"
8 android:thickness="@dimen/charging_progress_width"
9 android:useLevel="true">
10
11 <gradient
12 android:angle="0"
13 android:endColor="@color/charging"
14 android:startColor="@color/charging"
15 android:type="sweep"
16 android:useLevel="false" />
17 </shape>
18 </rotate>