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

switch_old_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: dcabdaa998a4b5f4a00fedf18954a9ae1d8e45f0 (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/old_switch_thumb_disabled_holo_dark" android:state_enabled="false"></item>
    <item android:drawable="@drawable/old_switch_thumb_pressed_holo_dark" android:state_pressed="true"></item>
    <item android:drawable="@drawable/old_switch_thumb_activated_holo_dark" android:state_checked="true"></item>
    <item android:drawable="@drawable/old_switch_thumb_holo_dark"></item>

</selector>