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.
12 lines
542 B
12 lines
542 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:left="4.0dip">
|
||
|
<nine-patch android:src="@drawable/seekbar_bg" android:dither="true" android:alpha="0.25" />
|
||
|
</item>
|
||
|
<item android:id="@android:id/progress">
|
||
|
<clip android:gravity="left" android:clipOrientation="horizontal">
|
||
|
<nine-patch android:src="@drawable/seekbar_full" android:dither="true" />
|
||
|
</clip>
|
||
|
</item>
|
||
|
</layer-list>
|