Advertisement
PialKanti

custom_ratingbar.xml

Feb 5th, 2016
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:id="@+android:id/background"
  4. android:drawable="@drawable/custom_ratingbar_empty" />
  5. <item android:id="@android:id/secondaryProgress"
  6. android:drawable="@drawable/custom_ratingbar_empty" />
  7. <item android:id="@android:id/progress"
  8. android:drawable="@drawable/custom_ratingbar_filled" />
  9. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement