<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@android:id/progress">
<rotate
android:fromDegrees="270"
android:toDegrees="270">
<shape
android:innerRadius="16dp"
android:thickness="2dp"
android:useLevel="true"
android:shape="ring">
<gradient
android:startColor="@macro/circular_progress_outer_circle_progress_color_small"
android:endColor="@macro/circular_progress_outer_circle_progress_color_small"
android:type="sweep"/>
</shape>
</rotate>
</item>
</layer-list>