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

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

    <item android:state_window_focused="true" android:drawable="@drawable/btn_rating_star_off_pressed_holo_light" android:state_pressed="true"></item>

    <item android:state_focused="true" android:state_window_focused="true" android:drawable="@drawable/btn_rating_star_off_focused_holo_light"></item>

    <item android:state_selected="true" android:state_window_focused="true" android:drawable="@drawable/btn_rating_star_off_focused_holo_light"></item>

    <item android:drawable="@drawable/btn_rating_star_off_normal_holo_light"></item>

</selector>