Advertisement
PialKanti

custom_ratingbar_empty.xml

Feb 5th, 2016
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  4.  
  5. <item android:state_pressed="true"
  6. android:state_window_focused="true"
  7. android:drawable="@mipmap/custom_ratingbar_empty" />
  8.  
  9. <item android:state_focused="true"
  10. android:state_window_focused="true"
  11. android:drawable="@mipmap/custom_ratingbar_empty" />
  12.  
  13. <item android:state_selected="true"
  14. android:state_window_focused="true"
  15. android:drawable="@mipmap/custom_ratingbar_empty" />
  16.  
  17. <item android:drawable="@mipmap/custom_ratingbar_empty" />
  18.  
  19. </selector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement