summaryrefslogtreecommitdiffstats
path: root/res/drawable/apply_progress_bar.xml
blob: d6f1cbcf6f2b5d2b058ad50e7326c9539acdcfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:id="@android:id/background"
        android:drawable="@drawable/apply_progress_background"/>

    <item android:id="@android:id/progress">
        <clip android:drawable="@drawable/apply_progress_indicator"/>
    </item>

</layer-list>