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

ratingbar_full_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: 475f74b5b6c445a60a580cbcb0eff20996cbd7da (plain)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?><layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/ratingbar_full_empty_holo_dark" android:id="@+android:id/background"></item>
    <item android:drawable="@drawable/ratingbar_full_empty_holo_dark" android:id="@+android:id/secondaryProgress"></item>
    <item android:drawable="@drawable/ratingbar_full_filled_holo_dark" android:id="@+android:id/progress"></item>
</layer-list>