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