blob: 83600e53539e8308b37691f0bbfa867cf9602546 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/progress">
<clip>
<shape>
<solid
android:color="@color/blue_dark" />
</shape>
</clip>
</item>
</layer-list>