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

primary_text_nodisable_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: d2c70ad179b0f25218d3401e88049bd36b02f487 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:state_selected="true" android:color="@color/bright_foreground_light"></item>
	<item android:state_activated="true" android:color="@color/bright_foreground_light"></item>
	<item android:color="@color/bright_foreground_light"></item>
</selector>