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

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: 61fb5e045e7a70a0456e4efa4bccae8aaf1fa741 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?><layer-list xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:drawable="@drawable/progress_bg_holo_dark" android:id="@android:id/background"></item>
	<item android:id="@android:id/secondaryProgress">
		<scale android:drawable="@drawable/progress_secondary_holo_dark" android:scaleWidth="100%"></scale>
	</item>
	<item android:id="@android:id/progress">
		<scale android:drawable="@drawable/progress_primary_holo_dark" android:scaleWidth="100%"></scale>
	</item>
</layer-list>