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

primary_text_disable_only_holo_light.xml « color « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c204ec7157b7c655f2dbcad6993afa84fc936ff5 (plain)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:state_enabled="false" android:color="@color/bright_foreground_light_disabled"></item>
	<item android:color="@color/bright_foreground_light"></item>
</selector>