You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
490 B
9 lines
490 B
2 years ago
|
<?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/abc_ic_star_black_48dp" />
|
||
|
<item android:id="@android:id/secondaryProgress" android:drawable="@drawable/abc_ic_star_half_black_48dp" />
|
||
|
<item android:id="@android:id/progress">
|
||
|
<bitmap android:src="@drawable/abc_ic_star_black_48dp" android:tileModeX="repeat" />
|
||
|
</item>
|
||
|
</layer-list>
|