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

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

    <item android:drawable="@drawable/switch_thumb_disabled_holo_dark" android:state_enabled="false"></item>
    <item android:drawable="@drawable/switch_thumb_pressed_holo_dark" android:state_pressed="true"></item>
    <item android:drawable="@drawable/switch_thumb_activated_holo_dark" android:state_checked="true"></item>
    <item android:drawable="@drawable/switch_thumb_holo_dark"></item>

</selector>