1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-20 17:23:46 +02:00
matomocamp-companion-android/res/drawable/progress_horizontal.xml

18 lines
606 B
XML
Raw Normal View History

2014-01-03 02:50:27 +01:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@android:id/background"
android:drawable="@drawable/progress_bg_fosdem"/>
<item android:id="@android:id/secondaryProgress">
<scale
android:drawable="@drawable/progress_secondary_fosdem"
android:scaleWidth="100%" />
</item>
<item android:id="@android:id/progress">
<scale
android:drawable="@drawable/progress_primary_fosdem"
android:scaleWidth="100%" />
</item>
</layer-list>