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

ratingbar_small_holo_light.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: eb379de9cafb1fc68c7f8e65ecdd173972d78386 (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/rate_star_small_off_holo_light" android:id="@android:id/background"></item>
	<item android:drawable="@drawable/rate_star_small_half_holo_light" android:id="@android:id/secondaryProgress"></item>
	<item android:drawable="@drawable/rate_star_small_on_holo_light" android:id="@android:id/progress"></item>
</layer-list>