blob: fd1b3fa83d51eefcc97ee15b448db3875134372e [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/background">
<shape android:shape="rectangle" >
<solid
android:color="@color/colorBlue" />
</shape>
</item>
<item android:id="@android:id/progress">
<clip>
<shape android:shape="rectangle" >
<solid
android:color="@color/colorBlue" />
</shape>
</clip>
</item>
</layer-list>