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

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

    <item android:state_window_focused="false" android:drawable="@drawable/textfield_default_holo_light" android:state_enabled="true"></item>
    <item android:state_window_focused="false" android:drawable="@drawable/textfield_disabled_holo_light" android:state_enabled="false"></item>
    <item android:state_focused="true" android:drawable="@drawable/textfield_activated_holo_light" android:state_enabled="true"></item>
    <item android:drawable="@drawable/textfield_default_holo_light" android:state_enabled="true"></item>
    <item android:state_focused="true" android:drawable="@drawable/textfield_disabled_focused_holo_light"></item>
    <item android:drawable="@drawable/textfield_disabled_holo_light"></item>
</selector>