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

switch_track_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: df70f13a4068a7067cc81fbc8e515137fc93f2e4 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_focused="true" android:drawable="@drawable/switch_bg_focused_holo_light"></item>
    <item android:drawable="@drawable/switch_bg_holo_light"></item>

</selector>