Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scrubber_progress_horizontal_holo_dark.xml « drawable « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3738d88550d26fc59b1209d8d366f0f055ba0b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?><layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/scrubber_track_holo_dark" android:id="@android:id/background"></item>
    <item android:id="@android:id/secondaryProgress">
        <scale android:drawable="@drawable/scrubber_secondary_holo" android:scaleWidth="100%"></scale>
    </item>
    <item android:id="@android:id/progress">
        <scale android:drawable="@drawable/scrubber_primary_holo" android:scaleWidth="100%"></scale>
    </item>

</layer-list>