Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+android:id/background"
- android:drawable="@drawable/custom_ratingbar_empty" />
- <item android:id="@android:id/secondaryProgress"
- android:drawable="@drawable/custom_ratingbar_empty" />
- <item android:id="@android:id/progress"
- android:drawable="@drawable/custom_ratingbar_filled" />
- </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement