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

ratingbar_full_filled_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: 846b477861fc8c3aa637f6c2bcef9cd5027e99dd (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_on_pressed_holo_dark" android:state_pressed="true"></item>

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

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

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

</selector>