<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
    android:fromDegrees="270"
    android:toDegrees="270">
    <shape
        android:innerRadiusRatio="2.5"
        android:shape="ring"
        android:thickness="@dimen/charging_progress_width"
        android:useLevel="true">

        <gradient
            android:angle="0"
            android:endColor="@color/charging"
            android:startColor="@color/charging"
            android:type="sweep"
            android:useLevel="false" />
    </shape>
</rotate>