tests_progressbar_test.xml 661 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10
<?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>
            <solid android:color="#dddddd" />
        </shape>
    </item>
    <item android:id="@android:id/secondaryProgress">
        <clip>
            <shape>
11
                <solid android:color="@color/tests_main_theme" />
konghaorui committed
12 13 14 15 16 17
            </shape>
        </clip>
    </item>
    <item android:id="@android:id/progress">
        <clip>
            <shape>
18
                <solid android:color="@color/tests_main_theme" />
konghaorui committed
19 20 21 22
            </shape>
        </clip>
    </item>
</layer-list>