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

ratingbar_small_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: af4b4fc7d4c8be7fb5c08bba56ab5b5b80c27eb8 (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_dark" android:id="@android:id/background"></item>
	<item android:drawable="@drawable/rate_star_small_half_holo_dark" android:id="@android:id/secondaryProgress"></item>
	<item android:drawable="@drawable/rate_star_small_on_holo_dark" android:id="@android:id/progress"></item>
</layer-list>